From 308f05101eb8e733de32c9696e21f8a3309504cb Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:10:09 +0200 Subject: [PATCH] New translations validation.php (Dutch) --- resources/lang/nl_NL/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/nl_NL/validation.php b/resources/lang/nl_NL/validation.php index 7533fe6848..cda6d53edf 100644 --- a/resources/lang/nl_NL/validation.php +++ b/resources/lang/nl_NL/validation.php @@ -88,4 +88,5 @@ return [ 'in_array' => 'Het :attribute veld bestaat niet in :other.', 'present' => 'Het :attribute veld moet aanwezig zijn.', 'amount_zero' => 'Het totaalbedrag kan niet nul zijn', + 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', ]; \ No newline at end of file