From 9751371d862e8527793e9926a0a1ea1ef6884779 Mon Sep 17 00:00:00 2001 From: AlkoholLiga <50830582+AlkoholLiga@users.noreply.github.com> Date: Tue, 22 Aug 2023 22:53:19 +0200 Subject: [PATCH] Update translations.php Correction of "du/Sie" --- app/Locale/de_DE_du/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Locale/de_DE_du/translations.php b/app/Locale/de_DE_du/translations.php index c4d4e5bfc..a51b59d08 100644 --- a/app/Locale/de_DE_du/translations.php +++ b/app/Locale/de_DE_du/translations.php @@ -388,7 +388,7 @@ return array( 'Add' => 'Hinzufügen', 'Start date' => 'Startdatum', 'Time estimated' => 'Geschätzte Zeit', - 'There is nothing assigned to you.' => 'Ihnen ist nichts zugewiesen.', + 'There is nothing assigned to you.' => 'Dir ist nichts zugewiesen.', 'My tasks' => 'Meine Aufgaben', 'Activity stream' => 'Letzte Aktivitäten', 'Dashboard' => 'Dashboard',