Update setting description to match reality (#10600)

This commit is contained in:
Michael Telatynski
2023-04-14 08:58:08 +00:00
committed by GitHub
parent 72fe394e4c
commit 1ae0662872
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1017,7 +1017,7 @@
"Surround selected text when typing special characters": "Surround selected text when typing special characters",
"Automatically replace plain text Emoji": "Automatically replace plain text Emoji",
"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",
"Match system theme": "Match system theme",
"Use a system font": "Use a system font",
+1 -1
View File
@@ -683,7 +683,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
displayName: _td("Enable Markdown"),
description: () =>
_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> },
),