File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/client/src/widgets/type_widgets/options Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ function EditorFeatures() {
7272 return (
7373 < OptionsSection title = { t ( "editorfeatures.title" ) } >
7474 < EditorFeature name = "emoji-completion-enabled" optionName = "textNoteEmojiCompletionEnabled" label = { t ( "editorfeatures.emoji_completion_enabled" ) } description = { t ( "editorfeatures.emoji_completion_description" ) } />
75- < EditorFeature name = "note-completion-enabled" optionName = "textNoteCompletionEnabled" label = { t ( "editorfeatures.note_completion_enabled" ) } description = { t ( "editorfeatures.emoji_completion_description " ) } />
76- < EditorFeature name = "slash-commands-enabled" optionName = "textNoteSlashCommandsEnabled" label = { t ( "editorfeatures.slash_commands_enabled" ) } description = { t ( "editorfeatures.emoji_completion_description " ) } />
75+ < EditorFeature name = "note-completion-enabled" optionName = "textNoteCompletionEnabled" label = { t ( "editorfeatures.note_completion_enabled" ) } description = { t ( "editorfeatures.note_completion_description " ) } />
76+ < EditorFeature name = "slash-commands-enabled" optionName = "textNoteSlashCommandsEnabled" label = { t ( "editorfeatures.slash_commands_enabled" ) } description = { t ( "editorfeatures.slash_commands_description " ) } />
7777 </ OptionsSection >
7878 ) ;
7979}
You can’t perform that action at this time.
0 commit comments