mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix raging typos
This commit is contained in:
parent
0825e0a2e2
commit
9cbd4ae2e4
@ -30,7 +30,10 @@ module.exports = React.createClass({
|
||||
var ErrorDialog = sdk.getComponent('organisms.ErrorDialog');
|
||||
Modal.createDialog(ErrorDialog, {
|
||||
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",
|
||||
focus: true
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user