From 5b088f989f780d004d25a8389e4a840c525bd2b6 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Thu, 2 Feb 2023 11:23:03 +0100 Subject: [PATCH] Update labs flag description for RTE (#10058) --- src/i18n/strings/en_EN.json | 2 +- src/settings/Settings.tsx | 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 94098c1394..c6426faf14 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -934,7 +934,7 @@ "Keep discussions organised with threads.": "Keep discussions organised with threads.", "Threads help keep conversations on-topic and easy to track. Learn more.": "Threads help keep conversations on-topic and easy to track. Learn more.", "Rich text editor": "Rich text editor", - "Use rich text instead of Markdown in the message composer. Plain text mode coming soon.": "Use rich text instead of Markdown in the message composer. Plain text mode coming soon.", + "Use rich text instead of Markdown in the message composer.": "Use rich text instead of Markdown in the message composer.", "Render simple counters in room header": "Render simple counters in room header", "New ways to ignore people": "New ways to ignore people", "Currently experimental.": "Currently experimental.", diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx index a66c583967..fc4c772d69 100644 --- a/src/settings/Settings.tsx +++ b/src/settings/Settings.tsx @@ -291,7 +291,7 @@ export const SETTINGS: { [setting: string]: ISetting } = { isFeature: true, labsGroup: LabGroup.Messaging, displayName: _td("Rich text editor"), - description: _td("Use rich text instead of Markdown in the message composer. Plain text mode coming soon."), + description: _td("Use rich text instead of Markdown in the message composer."), supportedLevels: LEVELS_FEATURE, default: false, },