From 8a77a7851ca8552816d52b42897adb4b3807d416 Mon Sep 17 00:00:00 2001 From: Benedikt Hopmann <2770597+bhopmann@users.noreply.github.com> Date: Mon, 11 Jan 2021 20:25:40 +0100 Subject: [PATCH] Fix 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 6c544c1e7..89a8c45ca 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -878,7 +878,7 @@ return array( 'Estimated vs actual time' => 'Erwarteter vs. tatsächlicher Zeitaufwand', 'RUB - Russian Ruble' => 'RUB - Russische Rubel', 'Assign the task to the person who does the action when the column is changed' => 'Aufgabe der Person zuordnen, die die Aktion durchführt, wenn die Spalte geändert wird', - 'Close a task in a specific column' => 'Schliesse eine Aufgabe in einer bestimmten Spalte', + 'Close a task in a specific column' => 'Schließe eine Aufgabe in einer bestimmten Spalte', 'Time-based One-time Password Algorithm' => 'Zeitbasierter Einmalpasswort Algorithmus', 'Two-Factor Provider: ' => '2FA Anbieter: ', 'Disable two-factor authentication' => 'Zwei-Faktor-Authentifizierung deaktivieren',