Update labs flag description for RTE (#10058)
This commit is contained in:
@@ -934,7 +934,7 @@
|
|||||||
"Keep discussions organised with threads.": "Keep discussions organised with threads.",
|
"Keep discussions organised with threads.": "Keep discussions organised with threads.",
|
||||||
"Threads help keep conversations on-topic and easy to track. <a>Learn more</a>.": "Threads help keep conversations on-topic and easy to track. <a>Learn more</a>.",
|
"Threads help keep conversations on-topic and easy to track. <a>Learn more</a>.": "Threads help keep conversations on-topic and easy to track. <a>Learn more</a>.",
|
||||||
"Rich text editor": "Rich text editor",
|
"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",
|
"Render simple counters in room header": "Render simple counters in room header",
|
||||||
"New ways to ignore people": "New ways to ignore people",
|
"New ways to ignore people": "New ways to ignore people",
|
||||||
"Currently experimental.": "Currently experimental.",
|
"Currently experimental.": "Currently experimental.",
|
||||||
|
|||||||
@@ -291,7 +291,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
|
|||||||
isFeature: true,
|
isFeature: true,
|
||||||
labsGroup: LabGroup.Messaging,
|
labsGroup: LabGroup.Messaging,
|
||||||
displayName: _td("Rich text editor"),
|
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,
|
supportedLevels: LEVELS_FEATURE,
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user