From b467bfdced47665f9c11d9803f7b4c469ed76d24 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 12 Feb 2019 12:48:48 +0100 Subject: [PATCH] mention it only shows up after refresh (actually rerender) --- src/i18n/strings/en_EN.json | 2 +- src/settings/Settings.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 6994d5d70b..63121cb681 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -270,7 +270,7 @@ "Failed to join room": "Failed to join room", "Message Pinning": "Message Pinning", "Custom user status messages": "Custom user status messages", - "Show recent room avatars above the room list": "Show recent room avatars above the room list", + "Show recent room avatars above the room list (refresh to apply changes)": "Show recent room avatars above the room list (refresh to apply changes)", "Group & filter rooms by custom tags (refresh to apply changes)": "Group & filter rooms by custom tags (refresh to apply changes)", "Render simple counters in room header": "Render simple counters in room header", "Enable Emoji suggestions while typing": "Enable Emoji suggestions while typing", diff --git a/src/settings/Settings.js b/src/settings/Settings.js index 7897342d72..671f46b366 100644 --- a/src/settings/Settings.js +++ b/src/settings/Settings.js @@ -101,7 +101,7 @@ export const SETTINGS = { }, "feature_room_breadcrumbs": { isFeature: true, - displayName: _td("Show recent room avatars above the room list"), + displayName: _td("Show recent room avatars above the room list (refresh to apply changes)"), supportedLevels: LEVELS_FEATURE, default: false, },