1
0
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:
Psy-Q
2024-05-07 11:59:06 +02:00
committed by GitHub
parent cc00cdfa55
commit 95b73b5f41
70 changed files with 96 additions and 96 deletions

View File

@ -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,
},