From 9cbd4ae2e4901dd7e82db3a6d723793dfb4ea305 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 10 Nov 2015 19:15:14 +0000 Subject: [PATCH] fix raging typos --- src/skins/vector/views/molecules/ServerConfig.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/skins/vector/views/molecules/ServerConfig.js b/src/skins/vector/views/molecules/ServerConfig.js index e48487aee8..c2b4a7d8e7 100644 --- a/src/skins/vector/views/molecules/ServerConfig.js +++ b/src/skins/vector/views/molecules/ServerConfig.js @@ -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 });