diff --git a/src/skins/vector/views/molecules/ServerConfig.js b/src/skins/vector/views/molecules/ServerConfig.js
index c2b4a7d8e..d6947727c 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 (