From 3a698ef4fae2b111afb633899af30e182e956d5d Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Sat, 26 Jan 2019 00:25:00 -0600 Subject: [PATCH] Clean up Custom Server Help dialog --- .../views/auth/CustomServerDialog.js | 18 +++++++++--------- src/i18n/strings/en_EN.json | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/views/auth/CustomServerDialog.js b/src/components/views/auth/CustomServerDialog.js index 474a4097d1..228586e28d 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 Home server URL.") } -
+ "servers by specifying a different homeserver URL.") } { _t("This allows you to use this app with an existing Matrix account on " + - "a different home server.") } -
-
- { _t("You can also set a custom identity server but this will typically prevent " + - "interaction with users based on email address.") } - + "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.")} +