Small german corrections

Fixes: #901
This commit is contained in:
eikek 2021-07-25 13:40:15 +02:00
parent eb977ab3a7
commit 912104ce49

View File

@ -1,9 +1,10 @@
{- {-
Copyright 2020 Docspell Contributors Copyright 2020 Docspell Contributors
SPDX-License-Identifier: GPL-3.0-or-later SPDX-License-Identifier: GPL-3.0-or-later
-} -}
module Messages.Page.UserSettings exposing module Messages.Page.UserSettings exposing
( Texts ( Texts
, de , de
@ -94,8 +95,8 @@ de =
, uiSettings = "Oberfläche" , uiSettings = "Oberfläche"
, notifications = "Benachrichtigungen" , notifications = "Benachrichtigungen"
, scanMailbox = "E-Mail-Import" , scanMailbox = "E-Mail-Import"
, emailSettingSmtp = "E-Mail-Einstellung (SMTP)" , emailSettingSmtp = "E-Mail-Einstellungen (SMTP)"
, emailSettingImap = "E-Mail-Einstellung (IMAP)" , emailSettingImap = "E-Mail-Einstellungen (IMAP)"
, changePassword = "Passwort ändern" , changePassword = "Passwort ändern"
, uiSettingsInfo = , uiSettingsInfo =
"Diese Einstellungen sind für die Web-Oberfläche." "Diese Einstellungen sind für die Web-Oberfläche."