Skip to content

Commit

Permalink
Update label, description
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Oct 16, 2024
1 parent 12fef61 commit 3f1d42b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/lib/models/settings/builtInMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,8 @@ const builtInMetadata = (Setting: typeof SettingType) => {
public: true,
section: 'note',
appTypes: [AppType.Desktop, AppType.Mobile],
label: () => _('Markdown editor: Autocomplete Markdown and HTML'),
label: () => _('Autocomplete Markdown and HTML'),
description: () => _('Enables Markdown list continuation, auto-closing HTML tags, and other markup autocompletions.'),
storage: SettingStorage.File,
isGlobal: true,
},
Expand Down

0 comments on commit 3f1d42b

Please sign in to comment.