From bdaf9fd06d2ec85985753eda2d076c7f195dd367 Mon Sep 17 00:00:00 2001
From: Half-Shot <will@half-shot.uk>
Date: Tue, 28 Jan 2020 10:05:42 +0000
Subject: [PATCH] i18n

---
 src/components/views/settings/BridgeTile.js | 2 +-
 src/i18n/strings/en_EN.json                 | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/components/views/settings/BridgeTile.js b/src/components/views/settings/BridgeTile.js
index ee9343ec39..a5672c271c 100644
--- a/src/components/views/settings/BridgeTile.js
+++ b/src/components/views/settings/BridgeTile.js
@@ -108,7 +108,7 @@ export default class BridgeTile extends React.PureComponent {
                     {creator} {bot}
                 </p>
                 <AccessibleButton kind="secondary" onClick={this._toggleVisible.bind(this)}>
-                    Show { this.state.visible ? "less" : "more" }
+                    { this.state.visible ? _t("Show less") : _t("Show more") }
                 </AccessibleButton>
             </div>
         </li>);
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 1afa3a33c9..270d964e56 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -524,6 +524,8 @@
     "This bridge was provisioned by <user />.": "This bridge was provisioned by <user />.",
     "This bridge is managed by <user />.": "This bridge is managed by <user />.",
     "Workspace: %(networkName)s      Channel: %(channelName)s": "Workspace: %(networkName)s      Channel: %(channelName)s",
+    "Show less": "Show less",
+    "Show more": "Show more",
     "Failed to upload profile picture!": "Failed to upload profile picture!",
     "Upload new:": "Upload new:",
     "No display name": "No display name",
@@ -1461,7 +1463,6 @@
     "Recent Conversations": "Recent Conversations",
     "Suggestions": "Suggestions",
     "Recently Direct Messaged": "Recently Direct Messaged",
-    "Show more": "Show more",
     "Direct Messages": "Direct Messages",
     "If you can't find someone, ask them for their username, or share your username (%(userId)s) or <a>profile link</a>.": "If you can't find someone, ask them for their username, or share your username (%(userId)s) or <a>profile link</a>.",
     "Go": "Go",