Browse Source

Tweak words a bit

Tienson Qin 1 year ago
parent
commit
e8c41899ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/handler/events.cljs

+ 1 - 1
src/main/frontend/handler/events.cljs

@@ -955,7 +955,7 @@
   (let [word (if (util/electron?) "window" "tab")]
     [:div.flex.p-4.flex-col.gap-4.h-64
      [:span.warning.text-lg
-      (util/format "Logseq doesn't support multiple %ss access to the same graph yet, please close this %s."
+      (util/format "Logseq doesn't support multiple %ss access to the same graph yet, please close this %s or switch to another graph."
                    word word)]
      [:div.text-lg
       [:p "Switch to another repo: "]