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:
@ -155,7 +155,7 @@ view2 texts model =
|
||||
, lineColor = "bg-gray-300 dark:bg-bluegray-600"
|
||||
}
|
||||
, B.primaryBasicButton
|
||||
{ label = texts.select
|
||||
{ label = texts.basics.selectPlaceholder
|
||||
, icon = "fa fa-folder-open font-thin"
|
||||
, handler = onClick PickFiles
|
||||
, attrs = [ href "#" ]
|
||||
|
Reference in New Issue
Block a user