From b862993c555cdafeccfb81cf43ce7195f744f63c Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Tue, 12 Jan 2021 12:37:34 +0800 Subject: [PATCH] fix: rename all repos to all graphs --- src/main/frontend/components/repo.cljs | 4 ++-- src/main/frontend/dicts.cljs | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/main/frontend/components/repo.cljs b/src/main/frontend/components/repo.cljs index 17a1d1882b..4fd16734d4 100644 --- a/src/main/frontend/components/repo.cljs +++ b/src/main/frontend/components/repo.cljs @@ -35,8 +35,8 @@ repos (util/distinct-by :url repos)] (rum/with-context [[t] i18n/*tongue-context*] (if (seq repos) - [:div#repos - [:h1.title "All Repos"] + [:div#graphs + [:h1.title "All Graphs"] [:div.pl-1.content [:div.flex.flex-row.my-4 diff --git a/src/main/frontend/dicts.cljs b/src/main/frontend/dicts.cljs index 1a34d85c65..52c4bab279 100644 --- a/src/main/frontend/dicts.cljs +++ b/src/main/frontend/dicts.cljs @@ -307,7 +307,6 @@ title: How to take dummy notes? :graph "Graph" :publishing "Publishing" :export "Export public pages" - :all-repos "All repos" :all-graphs "All graphs" :all-pages "All pages" :all-files "All files" @@ -524,7 +523,6 @@ title: How to take dummy notes? :new-file "Nouveau fichier" :graph "Graphe" :publishing "Publication" - :all-repos "Tous les répertoires" :all-pages "Toutes les pages" :all-files "Tous les fichiers" :all-journals "Tous les journaux" @@ -789,7 +787,6 @@ title: How to take dummy notes? :graph "图谱" :publishing "发布" :export "导出公开页面" - :all-repos "所有库" :all-graphs "所有库" :all-pages "所有页面" :all-files "所有文件" @@ -1048,7 +1045,6 @@ title: How to take dummy notes? :new-page "新頁面" :graph "圖譜" :publishing "發布/下載 HTML 文件" - :all-repos "所有庫" :all-pages "所有頁面" :all-files "所有文件" :my-publishing "My publishing" @@ -1296,7 +1292,6 @@ title: How to take dummy notes? :search "Soek" :new-page "Nuwe bladsy" :graph "Grafiek" - :all-repos "Alle stoorplekke" :all-pages "Alle blaaie" :all-files "Alle lêers" :settings "Verstellings"