Update setting description to match reality (#10600)
This commit is contained in:
parent
72fe394e4c
commit
1ae0662872
2 changed files with 2 additions and 2 deletions
|
@ -1017,7 +1017,7 @@
|
||||||
"Surround selected text when typing special characters": "Surround selected text when typing special characters",
|
"Surround selected text when typing special characters": "Surround selected text when typing special characters",
|
||||||
"Automatically replace plain text Emoji": "Automatically replace plain text Emoji",
|
"Automatically replace plain text Emoji": "Automatically replace plain text Emoji",
|
||||||
"Enable Markdown": "Enable Markdown",
|
"Enable Markdown": "Enable Markdown",
|
||||||
"Start messages with <code>/plain</code> to send without markdown and <code>/md</code> to send with.": "Start messages with <code>/plain</code> to send without markdown and <code>/md</code> to send with.",
|
"Start messages with <code>/plain</code> to send without markdown.": "Start messages with <code>/plain</code> to send without markdown.",
|
||||||
"Mirror local video feed": "Mirror local video feed",
|
"Mirror local video feed": "Mirror local video feed",
|
||||||
"Match system theme": "Match system theme",
|
"Match system theme": "Match system theme",
|
||||||
"Use a system font": "Use a system font",
|
"Use a system font": "Use a system font",
|
||||||
|
|
|
@ -683,7 +683,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
|
||||||
displayName: _td("Enable Markdown"),
|
displayName: _td("Enable Markdown"),
|
||||||
description: () =>
|
description: () =>
|
||||||
_t(
|
_t(
|
||||||
"Start messages with <code>/plain</code> to send without markdown and <code>/md</code> to send with.",
|
"Start messages with <code>/plain</code> to send without markdown.",
|
||||||
{},
|
{},
|
||||||
{ code: (sub) => <code>{sub}</code> },
|
{ code: (sub) => <code>{sub}</code> },
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue