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
|
@ -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> },
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue