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', );