diff --git a/src/main/frontend/components/right_sidebar.cljs b/src/main/frontend/components/right_sidebar.cljs index 6bd9aeb784..738c5a9f9b 100644 --- a/src/main/frontend/components/right_sidebar.cljs +++ b/src/main/frontend/components/right_sidebar.cljs @@ -177,10 +177,10 @@ [:.menu-links-wrapper.text-left {:on-click toggle-fn} (ui/menu-link {:on-click #(state/sidebar-remove-block! idx)} (t :right-side-bar/pane-close)) - (when (> block-count 1) (ui/menu-link {:on-click #(state/sidebar-remove-rest! db-id)} (t :right-side-bar/pane-clese-others))) + (when (> block-count 1) (ui/menu-link {:on-click #(state/sidebar-remove-rest! db-id)} (t :right-side-bar/pane-close-others))) (when (> block-count 1) (ui/menu-link {:on-click (fn [] (state/clear-sidebar-blocks!) - (state/hide-right-sidebar!))} (t :right-side-bar/pane-clese-all))) + (state/hide-right-sidebar!))} (t :right-side-bar/pane-close-all))) (when (or (not collapsed?) (> block-count 1)) [:hr.menu-separator]) (when-not collapsed? (ui/menu-link {:on-click #(state/sidebar-block-toggle-collapse! db-id)} (t :right-side-bar/pane-collapse))) (when (> block-count 1) (ui/menu-link {:on-click #(state/sidebar-block-collapse-rest! db-id)} (t :right-side-bar/pane-collapse-others))) diff --git a/src/resources/dicts/en.edn b/src/resources/dicts/en.edn index 656de41f8c..983b7c904e 100644 --- a/src/resources/dicts/en.edn +++ b/src/resources/dicts/en.edn @@ -149,8 +149,8 @@ :right-side-bar/separator "Right sidebar resize handler" :right-side-bar/toggle-right-sidebar "Toggle right sidebar" :right-side-bar/pane-close "Close" - :right-side-bar/pane-clese-others "Close others" - :right-side-bar/pane-clese-all "Close all" + :right-side-bar/pane-close-others "Close others" + :right-side-bar/pane-close-all "Close all" :right-side-bar/pane-collapse "Collapse" :right-side-bar/pane-collapse-others "Collapse others" :right-side-bar/pane-collapse-all "Collapse all" diff --git a/src/resources/dicts/es.edn b/src/resources/dicts/es.edn index fbe14b9fb8..2bf9e0096b 100644 --- a/src/resources/dicts/es.edn +++ b/src/resources/dicts/es.edn @@ -557,8 +557,8 @@ :right-side-bar/history-undos "Deshacer" :right-side-bar/new-page "Nueva página" :right-side-bar/page-graph "Grafo de página" - :right-side-bar/pane-clese-all "Cerrar todo" - :right-side-bar/pane-clese-others "Cerrar otros" + :right-side-bar/pane-close-all "Cerrar todo" + :right-side-bar/pane-close-others "Cerrar otros" :right-side-bar/pane-close "Cerrar" :right-side-bar/pane-collapse-all "Colapsar todo" :right-side-bar/pane-collapse "Colapsar" diff --git a/src/resources/dicts/ja.edn b/src/resources/dicts/ja.edn index 3b4d256c67..70ce2a7e11 100644 --- a/src/resources/dicts/ja.edn +++ b/src/resources/dicts/ja.edn @@ -149,8 +149,8 @@ :right-side-bar/separator "右サイドバーのサイズ変更" :right-side-bar/toggle-right-sidebar "右サイドバーを開閉" :right-side-bar/pane-close "閉じる" - :right-side-bar/pane-clese-others "他を全て閉じる" - :right-side-bar/pane-clese-all "全て閉じる" + :right-side-bar/pane-close-others "他を全て閉じる" + :right-side-bar/pane-close-all "全て閉じる" :right-side-bar/pane-collapse "折り畳む" :right-side-bar/pane-collapse-others "他を全て折り畳む" :right-side-bar/pane-collapse-all "全て折り畳む" diff --git a/src/resources/dicts/nb-no.edn b/src/resources/dicts/nb-no.edn index 5e4a1017f8..9d4dcf6326 100644 --- a/src/resources/dicts/nb-no.edn +++ b/src/resources/dicts/nb-no.edn @@ -785,8 +785,8 @@ :search-item/no-result "Ingen matchende resultat" :settings-permission/start-granting "Gi tillatelse" :whiteboard/edit-pdf "Rediger PDF" - :right-side-bar/pane-clese-all "Lukk alle" - :right-side-bar/pane-clese-others "Lukk andre" + :right-side-bar/pane-close-all "Lukk alle" + :right-side-bar/pane-close-others "Lukk andre" :right-side-bar/pane-close "Lukk" :right-side-bar/pane-collapse "Kollapse" :right-side-bar/pane-collapse-all "Kollapse alle"