From 91e23de23450071d63240640abc6d04ecced3f92 Mon Sep 17 00:00:00 2001 From: Germain Date: Fri, 1 Sep 2023 11:00:34 +0100 Subject: [PATCH] Update wording for the notifications labs flag --- src/i18n/strings/en_EN.json | 3 ++- src/settings/Settings.tsx | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 6015df0ec6..c9abf5fc98 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -869,7 +869,8 @@ "intentional_mentions": "Enable intentional mentions", "ask_to_join": "Enable ask to join", "new_room_decoration_ui": "Under active development, new room header & details interface", - "notifications": "Notifications panel" + "notifications": "Enable the notifications panel in the room header", + "unrealiable_e2e": "Unreliable in encrypted rooms" }, "Thank you for trying the beta, please go into as much detail as you can so we can improve it.": "Thank you for trying the beta, please go into as much detail as you can so we can improve it.", "Notification Settings": "Notification Settings", diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx index 93486f26e1..0f60b50c47 100644 --- a/src/settings/Settings.tsx +++ b/src/settings/Settings.tsx @@ -556,6 +556,7 @@ export const SETTINGS: { [setting: string]: ISetting } = { isFeature: true, labsGroup: LabGroup.Messaging, displayName: _td("labs|notifications"), + description: _td("labs|unrealiable_e2e"), supportedLevels: LEVELS_FEATURE, default: false, },