diff --git a/packages/app-desktop/gui/SyncWizard/Dialog.tsx b/packages/app-desktop/gui/SyncWizard/Dialog.tsx index 5afff05f0..3eac5e7b2 100644 --- a/packages/app-desktop/gui/SyncWizard/Dialog.tsx +++ b/packages/app-desktop/gui/SyncWizard/Dialog.tsx @@ -121,7 +121,7 @@ const SlowSyncWarning = styled.div` const syncTargetNames: string[] = [ 'joplinCloud', 'dropbox', - // 'onedrive', + 'onedrive', 'nextcloud', 'webdav', 'amazon_s3', diff --git a/packages/lib/SyncTargetOneDrive.ts b/packages/lib/SyncTargetOneDrive.ts index df5a4b9b5..e434127e4 100644 --- a/packages/lib/SyncTargetOneDrive.ts +++ b/packages/lib/SyncTargetOneDrive.ts @@ -33,7 +33,7 @@ export default class SyncTargetOneDrive extends BaseSyncTarget { } public static label() { - return `${_('OneDrive')} (Deprecated)`; + return _('OneDrive'); } public static description() {