Use a placeholder string for all dropdowns

This commit is contained in:
Eike Kettner
2021-04-11 20:37:16 +02:00
parent bbda4e84d7
commit 7b1cbe6435
31 changed files with 66 additions and 32 deletions

View File

@ -15,6 +15,7 @@ type alias Texts =
, back : String
, backToList : String
, searchPlaceholder : String
, selectPlaceholder : String
, id : String
, ok : String
, yes : String
@ -49,6 +50,7 @@ gb =
, back = "Back"
, backToList = "Back to list"
, searchPlaceholder = "Search"
, selectPlaceholder = "Select"
, id = "Id"
, ok = "Ok"
, yes = "Yes"