mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 15:15:58 +00:00
Make labels in classifier settings more clear
This commit is contained in:
parent
2059095581
commit
5d366c3bd6
@ -204,7 +204,14 @@ Use an empty whitelist to disable auto tagging.
|
|||||||
(Comp.FixedDropdown.view (Just catListTypeItem) model.categoryListTypeModel)
|
(Comp.FixedDropdown.view (Just catListTypeItem) model.categoryListTypeModel)
|
||||||
]
|
]
|
||||||
, div [ class "field" ]
|
, div [ class "field" ]
|
||||||
[ label [] [ text "Choose tag categories for learning" ]
|
[ label []
|
||||||
|
[ case model.categoryListType of
|
||||||
|
Data.ListType.Whitelist ->
|
||||||
|
text "Include tag categories for learning"
|
||||||
|
|
||||||
|
Data.ListType.Blacklist ->
|
||||||
|
text "Exclude tag categories from learning"
|
||||||
|
]
|
||||||
, Html.map CategoryListMsg
|
, Html.map CategoryListMsg
|
||||||
(Comp.Dropdown.view settings model.categoryListModel)
|
(Comp.Dropdown.view settings model.categoryListModel)
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user