You've already forked joplin
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user