Update wysiwig flag description

This commit is contained in:
Florian Duros
2022-10-10 14:43:04 +02:00
parent 200af78c2a
commit a0377f0932
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
"feature_wysiwyg_composer": {
isFeature: true,
labsGroup: LabGroup.Messaging,
displayName: _td("Wysiwyg composer (under active development)"),
displayName: _td("Wysiwyg composer (plain text mode coming soon) (under active development)"),
supportedLevels: LEVELS_FEATURE,
default: false,
},