mirror of
https://github.com/zadam/trilium.git
synced 2026-09-02 03:16:36 +02:00
feat(desktop/setup): improve sync illustration
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user