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

@ -21,7 +21,6 @@ type alias Texts =
, language : String
, languageInfo : String
, languageLabel : Language -> String
, selectPlaceholder : String
}
@ -59,5 +58,4 @@ Specify a file glob to filter files when uploading archives
"Used for text extraction and analysis. The collective's "
++ "default language is used if not specified here."
, languageLabel = Messages.Data.Language.gb
, selectPlaceholder = "Select"
}