From 743172edf57ce5dcccbbdde76b084262ecf72241 Mon Sep 17 00:00:00 2001 From: Timo Date: Thu, 24 Oct 2019 05:50:02 +0200 Subject: [PATCH] Fix wrong German translation --- app/Locale/de_DE/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 4d8387a52..3f1faa9c8 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1308,7 +1308,7 @@ return array( 'There is no external integration installed.' => 'Es ist keine externe Integration installiert.', 'You are not allowed to update tasks assigned to someone else.' => 'Sie sind nicht berechtigt, Aufgaben zu aktualisieren, die jemand anderem zugewiesen wurden.', 'You are not allowed to change the assignee.' => 'Sie dürfen den Zuständigen nicht ändern.', - 'Task suppression is not permitted' => 'Taskausblendung ist nicht zulässig', + 'Task suppression is not permitted' => 'Entfernen von Aufgaben ist nicht erlaubt.', 'Changing assignee is not permitted' => 'Änderung des Zuständigen ist nicht zulässig', 'Update only assigned tasks is permitted' => 'Nur zugeordnete Aufgaben dürfen aktualisiert werden', 'Only for tasks assigned to the current user' => 'Nur für Aufgaben, die dem aktuellen Benutzer zugeordnet sind',