feat(desktop/setup): improve sync illustration

This commit is contained in:
Elian Doran
2026-03-25 23:15:11 +02:00
parent fa7d1d3f80
commit b5f7f89c27
2 changed files with 3 additions and 3 deletions

View File

@@ -380,7 +380,7 @@ function SyncIllustration({ targetDevice }: { targetDevice: "desktop" | "server"
return (
<div class="sync-illustration">
<div>
<Icon icon="bx bx-globe" />
<Icon icon={isElectron() ? "bx bx-desktop" : "bx bx-globe"} />
{t("setup.sync-illustration-this-device")}
</div>
<div class="sync-illustration-arrows" />

View File

@@ -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.",