From d66dbf9be79feed80295080f3088852138235316 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Mon, 11 Feb 2019 13:38:47 +0000 Subject: [PATCH 1/2] Change taking a community off the left-left panel less scary With the current wording, I half-think clicking this button might remove me from the community! IMO 'Hide' sounds more like it's just going to disappear from the panel, but I can add it back at some point. --- src/components/views/context_menus/TagTileContextMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/context_menus/TagTileContextMenu.js b/src/components/views/context_menus/TagTileContextMenu.js index 8b868e7b11..c0203a3ac8 100644 --- a/src/components/views/context_menus/TagTileContextMenu.js +++ b/src/components/views/context_menus/TagTileContextMenu.js @@ -68,7 +68,7 @@ export default class TagTileContextMenu extends React.Component {
- { _t('Remove') } + { _t('Hide') }
; } From d6acfea6965ce918ab92e30ed076e3142df6844f Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 12 Feb 2019 19:37:39 +0000 Subject: [PATCH 2/2] Update i18n --- src/i18n/strings/en_EN.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 3cc6e71436..83eb396607 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1217,6 +1217,7 @@ "Set status": "Set status", "Set a new status...": "Set a new status...", "View Community": "View Community", + "Hide": "Hide", "Login": "Login", "powered by Matrix": "powered by Matrix", "Robot check is currently unavailable on desktop - please use a web browser": "Robot check is currently unavailable on desktop - please use a web browser",