mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 21:56:38 +02:00
🐛 Fix copy on input placeholder (#6097)
This commit is contained in:
parent
f7f1598e71
commit
fc17a1742a
9 changed files with 5 additions and 29 deletions
|
@ -513,7 +513,7 @@
|
|||
[:div {:class (stl/css :input-row)}
|
||||
[:> input-tokens*
|
||||
{:id "token-value"
|
||||
:placeholder (tr "workspace.token.enter-token-value")
|
||||
:placeholder (tr "workspace.token.token-value-enter")
|
||||
:label (tr "workspace.token.token-value")
|
||||
:max-length 256
|
||||
:default-value @value-ref
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue