From aecc6a75e461e15539892c6719a3a894926d22b1 Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Wed, 31 Jan 2024 15:13:15 -0500 Subject: [PATCH] fix: wording for db import options --- src/main/frontend/components/imports.cljs | 4 ++-- src/resources/dicts/en.edn | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/frontend/components/imports.cljs b/src/main/frontend/components/imports.cljs index fca94cd443..39d7e5550a 100644 --- a/src/main/frontend/components/imports.cljs +++ b/src/main/frontend/components/imports.cljs @@ -378,8 +378,8 @@ [:label.action-input.flex.items-center.mx-2.my-2 [:span.as-flex-center [:i (svg/logo 28)]] [:span.flex.flex-col - [[:strong "Graph Folder"] - [:small "Import from a graph folder as a DB-based graph"]]] + [[:strong "File to DB graph"] + [:small "Import a file-based Logseq graph folder into a new DB graph"]]] [:input.absolute.hidden {:id "import-graph-folder" :type "file" diff --git a/src/resources/dicts/en.edn b/src/resources/dicts/en.edn index 56e04ac884..1fb20e87b9 100644 --- a/src/resources/dicts/en.edn +++ b/src/resources/dicts/en.edn @@ -51,7 +51,7 @@ :on-boarding/importing-desc "If they are in a JSON, EDN or Markdown format Logseq can work with them." :on-boarding/importing-roam-desc "Import a JSON Export of your Roam graph" :on-boarding/importing-lsq-desc "Import an EDN or a JSON Export of your Logseq graph" - :on-boarding/importing-sqlite-desc "Import an SQLite DB Export of your Logseq graph, this will create a new graph with your input name" + :on-boarding/importing-sqlite-desc "Import a SQLite DB Export of your Logseq graph into a new DB graph" :on-boarding/importing-opml-desc " Import OPML files" :on-boarding/main-title (fn [] ["Welcome to " [:strong "Logseq!"]]) :on-boarding/main-desc "First you need to choose a folder where Logseq will store your thoughts, ideas, notes."