0
Fork 0
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:
Alejandro Gómez 2016-02-18 16:40:48 +01:00
parent 5d0e57acb7
commit 36051f40dd
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -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}