mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
fix(ui): shorter heading for pwd input box
This commit is contained in:
@@ -101,11 +101,11 @@
|
||||
[:h1#modal-headline.text-2xl.font-bold.text-center
|
||||
(if init-graph-keys
|
||||
(if remote-pw?
|
||||
"Secure this remote graph!"
|
||||
"Encrypt this graph")
|
||||
"Secure graph!"
|
||||
"Encrypt graph")
|
||||
(if remote-pw?
|
||||
"Unlock this remote graph!"
|
||||
"Decrypt this graph"))]]
|
||||
"Unlock graph!"
|
||||
"Decrypt graph"))]]
|
||||
|
||||
;; decrypt remote graph with one password
|
||||
(when (and remote-pw? (not init-graph-keys))
|
||||
|
||||
Reference in New Issue
Block a user