From 255443a09eaeefa407af2882bd9c85f85bedf938 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 7 May 2017 09:40:11 +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 d3813a5f..bd13241d 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' => 'Aktualisierung hinzugefügt.', + 'success' => 'Vorfall aktualisiert.', ], // Incident templates @@ -290,4 +290,4 @@ return [ ], ], -]; +]; \ No newline at end of file