diff --git a/frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs b/frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs index 0d5f901d6d..59eea1915f 100644 --- a/frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/modals/themes.cljs @@ -144,6 +144,7 @@ [:> button* {:class (stl/css :sets-count-button) :variant "secondary" :type "button" + :title (tr "workspace.token.sets-hint") :on-click on-edit-theme} [:div {:class (stl/css :label-wrapper)} [:> text* {:as "span" :typography "body-medium"} diff --git a/frontend/translations/en.po b/frontend/translations/en.po index c1121b0310..314a555990 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -6719,6 +6719,10 @@ msgstr "You currently have no themes." msgid "workspace.token.num-active-sets" msgstr "%s active sets" +#: src/app/main/ui/workspace/tokens/modals/themes.cljs:147 +msgid "workspace.token.sets-hint" +msgstr "Edit theme and manage sets" + #: src/app/main/ui/workspace/tokens/token_pill.cljs:114 #, fuzzy msgid "workspace.token.original-value" diff --git a/frontend/translations/es.po b/frontend/translations/es.po index 868d10d221..a610d8b510 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -6723,6 +6723,10 @@ msgstr "Actualmente no existen temas." msgid "workspace.token.num-active-sets" msgstr "%s sets activos" +#: src/app/main/ui/workspace/tokens/modals/themes.cljs:147 +msgid "workspace.token.sets-hint" +msgstr "Editar tema y gestionar set" + #: src/app/main/ui/workspace/tokens/token_pill.cljs:114 #, fuzzy msgid "workspace.token.original-value"