From 78a42bbbe57f8f64abb0cb15621eabd5409376b7 Mon Sep 17 00:00:00 2001 From: Kloppi313 <36038231+Kloppi313@users.noreply.github.com> Date: Wed, 23 Sep 2020 11:15:02 +0200 Subject: [PATCH] Added missing translation 'Assign the task to a specific user when the task is moved to a specific swimlane' => 'Aufgabe einem bestimmten Nutzer zuordnen, wenn die Aufgabe in eine bestimmte Swimlane verschoben wird', --- 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 e0bd608c2..1ad0e3648 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1420,5 +1420,5 @@ return array( '%s is a member of the following group(s): %s' => '%s ist Mitglied in der/den folgenden Gruppe(n): %s', '%d/%d group(s) shown' => '%d/%d Gruppe(n) angezeigt', 'Subtask creation or modification' => 'Teilaufgabe erstellen oder ändern', - // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', + 'Assign the task to a specific user when the task is moved to a specific swimlane' => 'Aufgabe einem bestimmten Nutzer zuordnen, wenn die Aufgabe in eine bestimmte Swimlane verschoben wird', );