From e3a55508d90a00e9ce3ce8bf4d1f9e261025722b Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Mon, 28 Oct 2019 15:37:22 +0000 Subject: [PATCH] Remove unneeded help about identity servers The custom server path no longer shows an identity server field (for modern homeservers), so it's confusing to have the help dialog reference it. Part of https://github.com/vector-im/riot-web/issues/11236 --- src/components/views/auth/CustomServerDialog.js | 6 +----- src/i18n/strings/en_EN.json | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/views/auth/CustomServerDialog.js b/src/components/views/auth/CustomServerDialog.js index ae1054e0d9..a9a3a53f02 100644 --- a/src/components/views/auth/CustomServerDialog.js +++ b/src/components/views/auth/CustomServerDialog.js @@ -1,5 +1,6 @@ /* Copyright 2015, 2016 OpenMarket Ltd +Copyright 2019 The Matrix.org Foundation C.I.C. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -34,11 +35,6 @@ module.exports = createReactClass({ "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.", - )}