1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

fix typo in source and all translations

This commit is contained in:
Helmut K. C. Tessarek
2020-12-29 12:10:52 -05:00
parent 3df31584af
commit 9dc505e85b
41 changed files with 49 additions and 49 deletions

View File

@@ -161,7 +161,7 @@ class Setting extends BaseModel {
section: 'sync',
label: () => _('Synchronisation target'),
description: (appType: string) => {
return appType !== 'cli' ? null : _('The target to synchonise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).');
return appType !== 'cli' ? null : _('The target to synchronise to. Each sync target may have additional parameters which are named as `sync.NUM.NAME` (all documented below).');
},
options: () => {
return SyncTargetRegistry.idAndLabelPlainObject(platform);