Update wysiwig flag description

This commit is contained in:
Florian Duros 2022-10-10 14:43:04 +02:00
parent 200af78c2a
commit a0377f0932
No known key found for this signature in database
GPG key ID: 9700AA5870258A0B
2 changed files with 2 additions and 2 deletions

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,
},