From bc1294ae61daff4389250618cd3a0a663b65ecc9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 4 Aug 2017 17:10:10 +0200 Subject: [PATCH] New translations validation.php (French) --- resources/lang/fr_FR/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/fr_FR/validation.php b/resources/lang/fr_FR/validation.php index 0991553a5d..805922498c 100644 --- a/resources/lang/fr_FR/validation.php +++ b/resources/lang/fr_FR/validation.php @@ -88,4 +88,5 @@ return [ 'in_array' => 'Le champ :attribute n\'existe pas dans :other.', 'present' => 'Le champs :attribute doit être rempli.', 'amount_zero' => 'Le montant total ne peut pas être zéro', + '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