From 491b3547b537fb557275e37af15d4b1cba778445 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 3 Sep 2017 10:40:11 +0200 Subject: [PATCH] New translations validation.php (Dutch) --- resources/lang/nl_NL/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/nl_NL/validation.php b/resources/lang/nl_NL/validation.php index 043065ff1b..47e21e1802 100644 --- a/resources/lang/nl_NL/validation.php +++ b/resources/lang/nl_NL/validation.php @@ -91,4 +91,4 @@ return [ 'present' => 'Het :attribute veld moet aanwezig zijn.', 'amount_zero' => 'Het totaalbedrag kan niet nul zijn', 'secure_password' => 'Dit is geen sterk wachtwoord. Probeer het nog een keer. Zie ook: https://goo.gl/NCh2tN', -]; \ No newline at end of file +];