🐛 Fix font size placeholder

This commit is contained in:
Eva Marco
2025-10-20 10:24:11 +02:00
committed by Andrey Antukh
parent 9e17a0e65d
commit ca21e7e8b4
3 changed files with 9 additions and 1 deletions

View File

@@ -1032,7 +1032,7 @@
:font-size
{:label "Font Size"
:icon i/text-font-size
:placeholder (tr "workspace.tokens.token-value-enter")}
:placeholder (tr "workspace.tokens.font-size-value-enter")}
:font-weight
{:label "Font Weight"
:icon i/text-font-weight

View File

@@ -7553,6 +7553,10 @@ msgstr ""
msgid "workspace.tokens.font-weight-value-enter"
msgstr "Font weight (300, Bold Italic...) or an {alias}"
#: src/app/main/ui/workspace/tokens/management/create/form.cljs
msgid "workspace.tokens.font-size-value-enter"
msgstr "Font size or {alias}"
#: src/app/main/ui/workspace/tokens/management/context_menu.cljs:228
msgid "workspace.tokens.gaps"
msgstr "Gaps"

View File

@@ -7490,6 +7490,10 @@ msgstr ""
msgid "workspace.tokens.font-weight-value-enter"
msgstr "Font weight (300, Bold, Regular Italic...) o un {alias}"
#: src/app/main/ui/workspace/tokens/management/create/form.cljs
msgid "workspace.tokens.font-size-value-enter"
msgstr "Font size o {alias}"
#: src/app/main/ui/workspace/tokens/style_dictionary.cljs
#, unused
msgid "workspace.tokens.generic-error"