From 7da5a55c7ea215b7ffa4b3454c556267ef447aaf Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Mon, 28 Jan 2019 21:50:49 -0600 Subject: [PATCH] Add space to CustomServerDialog, format like riot-web variant --- .../views/auth/CustomServerDialog.js | 22 +++++++++---------- src/i18n/strings/en_EN.json | 3 +-- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/src/components/views/auth/CustomServerDialog.js b/src/components/views/auth/CustomServerDialog.js index 228586e28d..cb0ee93de9 100644 --- a/src/components/views/auth/CustomServerDialog.js +++ b/src/components/views/auth/CustomServerDialog.js @@ -27,17 +27,17 @@ module.exports = React.createClass({ { _t("Custom Server Options") }
-

- { _t("You can use the custom server options to sign into other Matrix " + - "servers by specifying a different homeserver URL.") } - { _t("This allows you to use this app with an existing Matrix account on " + - "a different homeserver.") } -

-

- {_t("You can also set a custom identity server, but you won't be " + - "able to invite users by email address, or be invited by " + - "email address yourself.")} -

+

{_t( + "You can use the custom server options to sign into other " + + "Matrix servers by specifying a different homeserver URL. This " + + "allows you to use this app with an existing Matrix account on a " + + "different homeserver.", + )}

+

{_t( + "You can also set a custom identity server, but you won't be " + + "able to invite users by email address, or be invited by email " + + "address yourself.", + )}