From 801154fd8afafb4da95096bfd07149bcdbfe8b04 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 11 Nov 2015 00:05:35 +0100 Subject: [PATCH] apply jsx --- .../vector/views/molecules/ServerConfig.js | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/skins/vector/views/molecules/ServerConfig.js b/src/skins/vector/views/molecules/ServerConfig.js index c2b4a7d8e7..d6947727c8 100644 --- a/src/skins/vector/views/molecules/ServerConfig.js +++ b/src/skins/vector/views/molecules/ServerConfig.js @@ -29,13 +29,16 @@ module.exports = React.createClass({ showHelpPopup: function() { 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 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 + 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 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, }); }, @@ -43,9 +46,9 @@ module.exports = React.createClass({ return (
- + - + What does this mean?
);