diff --git a/src/main/mobile/components/selection_toolbar.cljs b/src/main/mobile/components/selection_toolbar.cljs index f20efe4828..33aad8ea26 100644 --- a/src/main/mobile/components/selection_toolbar.cljs +++ b/src/main/mobile/components/selection_toolbar.cljs @@ -54,7 +54,7 @@ (editor-handler/on-tab :right))}] (when (seq comment-targets) [{:id "comment" - :label (t :block.comments/add-comment) + :label (t :mobile.toolbar/comment) :system-icon "text.bubble" :handler (fn [] (comments-handler/add-comment-to-blocks! comment-targets) diff --git a/src/resources/dicts/en.edn b/src/resources/dicts/en.edn index 05a0a94b5c..8ea5a2ecca 100644 --- a/src/resources/dicts/en.edn +++ b/src/resources/dicts/en.edn @@ -1019,6 +1019,7 @@ :mobile.tab/graphs "Graphs" :mobile.toolbar/audio "Audio" + :mobile.toolbar/comment "Comment" :mobile.toolbar/copy-ref "Copy ref" :mobile.toolbar/copy-url "Copy url" :mobile.toolbar/hide "Hide" diff --git a/src/resources/dicts/zh-cn.edn b/src/resources/dicts/zh-cn.edn index 58248cf742..05d69633d8 100644 --- a/src/resources/dicts/zh-cn.edn +++ b/src/resources/dicts/zh-cn.edn @@ -1015,6 +1015,7 @@ :mobile.tab/graphs "图谱" :mobile.toolbar/audio "音频" + :mobile.toolbar/comment "评论" :mobile.toolbar/copy-ref "复制引用" :mobile.toolbar/copy-url "复制链接" :mobile.toolbar/hide "隐藏"