mirror of https://github.com/laurent22/joplin.git
pull/7818/head
parent
6c12ce0e04
commit
5289f80394
|
@ -1045,8 +1045,7 @@ class Setting extends BaseModel {
|
|||
section: 'note',
|
||||
public: true,
|
||||
appTypes: [AppType.Mobile],
|
||||
show: (settings: any) => settings['editor.beta'],
|
||||
label: () => 'Enable spellcheck in the beta editor',
|
||||
label: () => _('Enable spellcheck in the text editor'),
|
||||
storage: SettingStorage.File,
|
||||
isGlobal: true,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue