mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
I18N-ize search placeholder
This commit is contained in:
parent
5d0e57acb7
commit
36051f40dd
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
"ds.project-ordering.by-name" "name"
|
||||
"ds.project-ordering.by-last-update" "last update"
|
||||
"ds.project-ordering.by-creation-date" "creation date"
|
||||
"ds.project-search.placeholder" "Search..."
|
||||
|
||||
"ds.elements" "ELEMENTS"
|
||||
"ds.icons" "ICONS"
|
||||
|
|
|
@ -197,7 +197,7 @@
|
|||
{:type "text"
|
||||
:on-change change-term
|
||||
:auto-focus true
|
||||
:placeholder "Search..."
|
||||
:placeholder (tr "ds.project-search.placeholder")
|
||||
:value (rum/react project-filtering-l)}]
|
||||
[:div.clear-search
|
||||
{:on-click clear-term}
|
||||
|
|
Loading…
Add table
Reference in a new issue