mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
Fix git/version-control tab title from #9711
This changes the title from "Git" to "Version control" which makes the title consistent like all other titles. It also makes it translatable like other setting titles
This commit is contained in:
@@ -1048,7 +1048,7 @@
|
||||
[:editor "editor" (t :settings-page/tab-editor) (ui/icon "writing")]
|
||||
|
||||
(when (util/electron?)
|
||||
[:git "git" (t :settings-page/tab-version-control) (ui/icon "history")])
|
||||
[:version-control "git" (t :settings-page/tab-version-control) (ui/icon "history")])
|
||||
|
||||
;; (when (util/electron?)
|
||||
;; [:assets "assets" (t :settings-page/tab-assets) (ui/icon "box")])
|
||||
@@ -1091,7 +1091,7 @@
|
||||
:editor
|
||||
(settings-editor current-repo)
|
||||
|
||||
:git
|
||||
:version-control
|
||||
(settings-git)
|
||||
|
||||
:assets
|
||||
|
||||
Reference in New Issue
Block a user