Skip to content

Commit 9cbd4ae

Browse files
committed
fix raging typos
1 parent 0825e0a commit 9cbd4ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/skins/vector/views/molecules/ServerConfig.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ module.exports = React.createClass({
3030
var ErrorDialog = sdk.getComponent('organisms.ErrorDialog');
3131
Modal.createDialog(ErrorDialog, {
3232
title: 'Custom Server Options',
33-
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.",
33+
description: "You can use the custom server options to log into other Matrix servers by specifying a different Home server URL. " +
34+
"This allows you to use Vector with an existing Matrix account on a different Home server. " +
35+
"You can also set a custom Identity server but this will affect people's ability to find you " +
36+
"if you use a server in a group other than the main Matrix.org group.",
3437
button: "Dismiss",
3538
focus: true
3639
});

0 commit comments

Comments
 (0)