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
pull/9245/head^2
Gabriel Horner 2023-06-21 15:17:02 -04:00
parent 4cb80bad85
commit b1ee33d0f2
1 changed files with 2 additions and 2 deletions

View File

@ -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