From f047467f8d18e0643bfa5617a92f2b360a79f0ab Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 6 May 2017 13:00:12 +0100 Subject: [PATCH] New translations dashboard.php (German) --- resources/lang/de-DE/dashboard.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/de-DE/dashboard.php b/resources/lang/de-DE/dashboard.php index 337fa97f..0870c2e0 100644 --- a/resources/lang/de-DE/dashboard.php +++ b/resources/lang/de-DE/dashboard.php @@ -39,7 +39,7 @@ return [ 'update' => [ 'title' => 'Vorfall-Update erstellen', 'subtitle' => 'Ein Update zu :incident hinzufügen', - 'success' => 'Update added.', + 'success' => 'Aktualisierung hinzugefügt.', ], // Incident templates @@ -290,4 +290,4 @@ return [ ], ], -]; +]; \ No newline at end of file