From 7939f06fd1c85fcd8b148145d0a8ee90e3e8cff0 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 7 May 2017 10:10:12 +0100 Subject: [PATCH] New translations dashboard.php (Dutch) --- resources/lang/nl-NL/dashboard.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/nl-NL/dashboard.php b/resources/lang/nl-NL/dashboard.php index 945da977..74e16b36 100644 --- a/resources/lang/nl-NL/dashboard.php +++ b/resources/lang/nl-NL/dashboard.php @@ -39,7 +39,7 @@ return [ 'update' => [ 'title' => 'Maak een nieuwe incident update', 'subtitle' => 'Voeg een update toe aan :incident', - 'success' => 'Update added.', + 'success' => 'Update toegevoegd.', ], // Incident templates @@ -290,4 +290,4 @@ return [ ], ], -]; +]; \ No newline at end of file