+ return
{ modifiersElement }
;
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 737f3e8879..a5ddd5d707 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -901,7 +901,7 @@
"How can I leave the beta?": "How can I leave the beta?",
"To leave, return to this page and use the ā%(leaveTheBeta)sā button.": "To leave, return to this page and use the ā%(leaveTheBeta)sā button.",
"Leave the beta": "Leave the beta",
- "Wysiwyg composer (plain text mode coming soon) (under active development)": "Wysiwyg composer (plain text mode coming soon) (under active development)",
+ "Try out the rich text editor (plain text mode coming soon)": "Try out the rich text editor (plain text mode coming soon)",
"Render simple counters in room header": "Render simple counters in room header",
"Try out new ways to ignore people (experimental)": "Try out new ways to ignore people (experimental)",
"Support adding custom themes": "Support adding custom themes",
@@ -2054,6 +2054,9 @@
"No microphone found": "No microphone found",
"We didn't find a microphone on your device. Please check your settings and try again.": "We didn't find a microphone on your device. Please check your settings and try again.",
"Stop recording": "Stop recording",
+ "Italic": "Italic",
+ "Underline": "Underline",
+ "Strike through": "Strike through",
"Error updating main address": "Error updating main address",
"There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.": "There was an error updating the room's main address. It may not be allowed by the server or a temporary failure occurred.",
"There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.": "There was an error updating the room's alternative addresses. It may not be allowed by the server or a temporary failure occurred.",
diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx
index a4e55e6fcd..803823b262 100644
--- a/src/settings/Settings.tsx
+++ b/src/settings/Settings.tsx
@@ -306,7 +306,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
"feature_wysiwyg_composer": {
isFeature: true,
labsGroup: LabGroup.Messaging,
- displayName: _td("Wysiwyg composer (plain text mode coming soon) (under active development)"),
+ displayName: _td("Try out the rich text editor (plain text mode coming soon)"),
supportedLevels: LEVELS_FEATURE,
default: false,
},