fix raging typos
This commit is contained in:
parent
0825e0a2e2
commit
9cbd4ae2e4
1 changed files with 4 additions and 1 deletions
|
@ -30,7 +30,10 @@ module.exports = React.createClass({
|
||||||
var ErrorDialog = sdk.getComponent('organisms.ErrorDialog');
|
var ErrorDialog = sdk.getComponent('organisms.ErrorDialog');
|
||||||
Modal.createDialog(ErrorDialog, {
|
Modal.createDialog(ErrorDialog, {
|
||||||
title: 'Custom Server Options',
|
title: 'Custom Server Options',
|
||||||
description: "You can use the custom server options to log into other Matrix servers by specifying a different Home server URL. This allows you to use Vector with an existing Matrix account on a different Home server. You can also set a cutom Identity server but this will affect people ability to find you if you use a server in a group other than tha main Matrix.org group.",
|
description: "You can use the custom server options to log into other Matrix servers by specifying a different Home server URL. " +
|
||||||
|
"This allows you to use Vector with an existing Matrix account on a different Home server. " +
|
||||||
|
"You can also set a custom Identity server but this will affect people's ability to find you " +
|
||||||
|
"if you use a server in a group other than the main Matrix.org group.",
|
||||||
button: "Dismiss",
|
button: "Dismiss",
|
||||||
focus: true
|
focus: true
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue