From 7079d70f188e3f17a8acff647611022ce81bfd3b Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 9 Mar 2020 16:32:13 +0100 Subject: [PATCH] hide local aliases by default --- src/components/views/room_settings/AliasSettings.js | 5 ++++- src/i18n/strings/en_EN.json | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/views/room_settings/AliasSettings.js b/src/components/views/room_settings/AliasSettings.js index e7986cc1f5..d2a2c0e5f7 100644 --- a/src/components/views/room_settings/AliasSettings.js +++ b/src/components/views/room_settings/AliasSettings.js @@ -336,7 +336,6 @@ export default class AliasSettings extends React.Component { return (
{canonicalAliasSection} - {localAliasesList} {this._getLocalNonAltAliases().map(alias => { return
); } diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 6174ec7b15..4fa7df4c0f 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1156,6 +1156,7 @@ "Alternative addresses for this room:": "Alternative addresses for this room:", "This room has no alternative addresses": "This room has no alternative addresses", "New address (e.g. #foo:domain)": "New address (e.g. #foo:domain)", + "Local addresses (unmoderated content)": "Local addresses (unmoderated content)", "Error updating flair": "Error updating flair", "There was an error updating the flair for this room. The server may not allow it or a temporary error occurred.": "There was an error updating the flair for this room. The server may not allow it or a temporary error occurred.", "Invalid community ID": "Invalid community ID",