From 754492a4e7ef2313c35f20e75d21a88206ccba19 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Thu, 2 Feb 2023 10:48:14 +0100 Subject: [PATCH] Update labs flag description for RTE --- 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 94098c1394a..c6426faf14d 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 a66c583967a..fc4c772d69f 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, },