diff --git a/apps/client/src/setup.tsx b/apps/client/src/setup.tsx index 88b009b3e9..32edb7491c 100644 --- a/apps/client/src/setup.tsx +++ b/apps/client/src/setup.tsx @@ -380,7 +380,7 @@ function SyncIllustration({ targetDevice }: { targetDevice: "desktop" | "server" return (
- + {t("setup.sync-illustration-this-device")}
diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index 95d4c9a867..8a7f5d5718 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -2259,8 +2259,8 @@ "create-new-document-title": "Preparing your knowledge base", "create-new-document-description": "This will only take a moment.", "sync-illustration-this-device": "This device", - "sync-illustration-desktop-app": "Desktop app", - "sync-illustration-server": "Sync server", + "sync-illustration-desktop-app": "Your desktop app", + "sync-illustration-server": "Your server", "sync-from-desktop-step1": "Open your desktop instance of Trilium Notes.", "sync-from-desktop-step2": "From the Trilium Menu, click Options.", "sync-from-desktop-step3": "Click on Sync category in the note tree.",