From 88a894ad9323eca22cfb467ff4decf593e929b1c Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Tue, 29 Dec 2020 11:53:19 +0800 Subject: [PATCH] fix: rename back to all graphs --- src/main/frontend/components/header.cljs | 2 +- src/main/frontend/dicts.cljs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/frontend/components/header.cljs b/src/main/frontend/components/header.cljs index f5eff3edd3..dc7dd77850 100644 --- a/src/main/frontend/components/header.cljs +++ b/src/main/frontend/components/header.cljs @@ -66,7 +66,7 @@ :icon svg/graph-sm}) (when (or logged? (and (nfs/supported?) current-repo)) - {:title (t :all-repos) + {:title (t :all-graphs) :options {:href (rfe/href :repos)} :icon svg/repos-sm}) diff --git a/src/main/frontend/dicts.cljs b/src/main/frontend/dicts.cljs index 586d94db82..006e89977d 100644 --- a/src/main/frontend/dicts.cljs +++ b/src/main/frontend/dicts.cljs @@ -305,6 +305,7 @@ title: How to take dummy notes? :publishing "Publishing" :export "Export public pages" :all-repos "All repos" + :all-graphs "All graphs" :all-pages "All pages" :all-files "All files" :all-journals "All journals" @@ -779,6 +780,7 @@ title: How to take dummy notes? :publishing "发布" :export "导出公开页面" :all-repos "所有库" + :all-graphs "所有库" :all-pages "所有页面" :all-files "所有文件" :my-publishing "我的发布"