You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Doc: Fix plural of parenthesis (#10405)
This commit is contained in:
@ -993,7 +993,7 @@ class Setting extends BaseModel {
|
||||
public: true,
|
||||
section: 'note',
|
||||
appTypes: [AppType.Desktop],
|
||||
label: () => _('Auto-pair braces, parenthesis, quotations, etc.'),
|
||||
label: () => _('Auto-pair braces, parentheses, quotations, etc.'),
|
||||
storage: SettingStorage.File,
|
||||
isGlobal: true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user