mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Use a placeholder string for all dropdowns
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user