diff --git a/modules/webapp/src/main/elm/Comp/Dropzone.elm b/modules/webapp/src/main/elm/Comp/Dropzone.elm index b85ff1ae..67268f8b 100644 --- a/modules/webapp/src/main/elm/Comp/Dropzone.elm +++ b/modules/webapp/src/main/elm/Comp/Dropzone.elm @@ -136,6 +136,12 @@ view model = [ i [ class "folder open icon" ] [] , text "Select ..." ] + , div [ class "ui center aligned text container" ] + [ span [ class "small-info" ] + [ text "Choose document files (pdf, docx, txt, html, …). " + , text "Archives (zip and eml) are extracted." + ] + ] ]