mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Add a tooltip explanation on themes modal sets
This commit is contained in:
parent
66295b0adf
commit
fa9d8a9b15
3 changed files with 9 additions and 0 deletions
|
@ -144,6 +144,7 @@
|
||||||
[:> button* {:class (stl/css :sets-count-button)
|
[:> button* {:class (stl/css :sets-count-button)
|
||||||
:variant "secondary"
|
:variant "secondary"
|
||||||
:type "button"
|
:type "button"
|
||||||
|
:title (tr "workspace.token.sets-hint")
|
||||||
:on-click on-edit-theme}
|
:on-click on-edit-theme}
|
||||||
[:div {:class (stl/css :label-wrapper)}
|
[:div {:class (stl/css :label-wrapper)}
|
||||||
[:> text* {:as "span" :typography "body-medium"}
|
[:> text* {:as "span" :typography "body-medium"}
|
||||||
|
|
|
@ -6719,6 +6719,10 @@ msgstr "You currently have no themes."
|
||||||
msgid "workspace.token.num-active-sets"
|
msgid "workspace.token.num-active-sets"
|
||||||
msgstr "%s 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
|
#: src/app/main/ui/workspace/tokens/token_pill.cljs:114
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "workspace.token.original-value"
|
msgid "workspace.token.original-value"
|
||||||
|
|
|
@ -6723,6 +6723,10 @@ msgstr "Actualmente no existen temas."
|
||||||
msgid "workspace.token.num-active-sets"
|
msgid "workspace.token.num-active-sets"
|
||||||
msgstr "%s sets activos"
|
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
|
#: src/app/main/ui/workspace/tokens/token_pill.cljs:114
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "workspace.token.original-value"
|
msgid "workspace.token.original-value"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue