From bf6e467abf832918fedb24accee15dee39dfc618 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Mon, 4 Mar 2024 16:59:47 +0100 Subject: [PATCH] :bug: Add tooltip to the locate button --- .../ui/workspace/sidebar/options/menus/layout_container.cljs | 3 ++- frontend/translations/en.po | 3 +++ frontend/translations/es.po | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_container.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_container.cljs index 65aa14932..3a4413989 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_container.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_container.cljs @@ -1313,7 +1313,8 @@ :on-change on-row-justify-change}] [:button {:on-click handle-locate-grid - :class (stl/css :locate-button)} + :class (stl/css :locate-button) + :title (tr "workspace.layout_grid.editor.top-bar.locate.tooltip")} i/locate-refactor]] [:div {:class (stl/css :row)} diff --git a/frontend/translations/en.po b/frontend/translations/en.po index 152c70665..b1a01bb1a 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -3508,6 +3508,9 @@ msgstr "Editing grid" msgid "workspace.layout_grid.editor.top-bar.locate" msgstr "Locate" +msgid "workspace.layout_grid.editor.top-bar.locate.tooltip" +msgstr "Locate grid layout" + msgid "workspace.layout_grid.editor.top-bar.done" msgstr "Done" diff --git a/frontend/translations/es.po b/frontend/translations/es.po index d86462b92..5ce93d9b9 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -3570,6 +3570,9 @@ msgstr "Editando rejilla" msgid "workspace.layout_grid.editor.top-bar.locate" msgstr "Mostrar" +msgid "workspace.layout_grid.editor.top-bar.locate.tooltip" +msgstr "Mostrar grid layout" + msgid "workspace.layout_grid.editor.top-bar.done" msgstr "Hecho"