mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 18:38:26 +00:00
Add German translation for UserSettings page
This commit is contained in:
@ -1123,7 +1123,7 @@ viewMetadata2 texts flags settings model =
|
||||
]
|
||||
, class S.message
|
||||
]
|
||||
[ Markdown.toHtml [] texts.folderOwnerWarning
|
||||
[ Markdown.toHtml [] texts.basics.folderNotOwnerWarning
|
||||
]
|
||||
]
|
||||
, div [ class "mb-4" ]
|
||||
|
@ -629,9 +629,10 @@ settingFormTabs texts flags _ model =
|
||||
]
|
||||
, Markdown.toHtml
|
||||
[ classList
|
||||
[ ( S.message, True )
|
||||
, ( "hidden", not model.showPatternHelp )
|
||||
[ ( "hidden", not model.showPatternHelp )
|
||||
]
|
||||
, class S.message
|
||||
, class "markdown-preview"
|
||||
]
|
||||
texts.templateHelpMessage
|
||||
]
|
||||
|
Reference in New Issue
Block a user