mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Externalize strings in other of components
This commit is contained in:
@ -1202,6 +1202,7 @@ searchTabs texts ddd flags settings model =
|
||||
, body =
|
||||
List.map (Html.map TagSelectMsg)
|
||||
(Comp.TagSelect.viewTagsDrop2
|
||||
texts.tagSelect
|
||||
ddd.model
|
||||
tagSelectWM
|
||||
settings
|
||||
@ -1303,6 +1304,7 @@ searchTabs texts ddd flags settings model =
|
||||
, body =
|
||||
[ Html.map CustomFieldMsg
|
||||
(Comp.CustomFieldMultiInput.view2
|
||||
texts.customFieldMultiInput
|
||||
{ showAddButton = False
|
||||
, classes = ""
|
||||
, fieldIcon = \_ -> Nothing
|
||||
|
Reference in New Issue
Block a user