diff options
author | Kloppi313 <36038231+Kloppi313@users.noreply.github.com> | 2018-09-08 18:34:26 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-09-08 09:34:26 -0700 |
commit | 235a5e7eefef8fe1f88631f1e05389cd6d26f48f (patch) | |
tree | 6b32c143a687ef5f692fca530b3bdfff495a4495 /app/Locale | |
parent | 44cf75467c827f007ed2ca5962d3f864f6f10cd2 (diff) |
Fix typo in German translation
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/de_DE/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 08535328..47072662 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1347,7 +1347,7 @@ return array( 'Template removed successfully.' => 'Vorlage erfolgreich gelöscht.', 'Unable to remove this template.' => 'Löschen der Vorlage nicht möglich.', 'Template for the task description' => 'Vorlage für die Aufgabenbeschreibung', - 'The start date is greater than the end date' => 'Das Startdatum ist größer als dass Enddatum', + 'The start date is greater than the end date' => 'Das Startdatum ist größer als das Enddatum', 'Tags must be separated by a comma' => 'Schlagworte müssen per Komma getrennt werden', 'Only the task title is required' => 'Nur der Aufgaben-Titel wird benötigt', 'Creator Username' => 'Ersteller Benutzername', |