1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop: Add Sync Wizard dialog

This commit is contained in:
Laurent Cozic
2021-08-16 15:20:14 +01:00
parent 5c50ee9b14
commit fe4900d254
32 changed files with 701 additions and 32 deletions

View File

@@ -51,6 +51,10 @@ export default class SyncTargetJoplinServer extends BaseSyncTarget {
return 'joplinServer';
}
public static description() {
return 'Besides synchronisation and improved performances, Joplin Server also gives access to Joplin-specific sharing features.';
}
public static label() {
return `${_('Joplin Server')} (Beta)`;
}