mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 13:48:31 +02:00
🐛 Fix error copy (#6132)
This commit is contained in:
parent
e5319e04c7
commit
752f74767e
1 changed files with 1 additions and 1 deletions
|
@ -6677,7 +6677,7 @@ msgstr "Opacity must be between 0 and 100% or 0 and 1 (e.g. 50% or 0.5)."
|
|||
|
||||
#: src/app/main/ui/workspace/tokens/errors.cljs
|
||||
msgid "workspace.token.stroke-width-range"
|
||||
msgstr "Stroke width must be between equal or bigger than 0."
|
||||
msgstr "Stroke width must be greater than or equal to 0."
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/modals/themes.cljs:179
|
||||
msgid "workspace.token.label.group"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue