Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1ae0662

Browse files
authored
Update setting description to match reality (#10600)
1 parent 72fe394 commit 1ae0662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@
10171017
"Surround selected text when typing special characters": "Surround selected text when typing special characters",
10181018
"Automatically replace plain text Emoji": "Automatically replace plain text Emoji",
10191019
"Enable Markdown": "Enable Markdown",
1020-
"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.",
1020+
"Start messages with <code>/plain</code> to send without markdown.": "Start messages with <code>/plain</code> to send without markdown.",
10211021
"Mirror local video feed": "Mirror local video feed",
10221022
"Match system theme": "Match system theme",
10231023
"Use a system font": "Use a system font",

src/settings/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
683683
displayName: _td("Enable Markdown"),
684684
description: () =>
685685
_t(
686-
"Start messages with <code>/plain</code> to send without markdown and <code>/md</code> to send with.",
686+
"Start messages with <code>/plain</code> to send without markdown.",
687687
{},
688688
{ code: (sub) => <code>{sub}</code> },
689689
),

0 commit comments

Comments
 (0)