From 3efd112d8b4084e02af324b0d4d761fc1a30314d Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 07:35:58 +0200 Subject: [PATCH] New translations validation.php (German) --- resources/lang/de_DE/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/de_DE/validation.php b/resources/lang/de_DE/validation.php index 43e00ea9b4..583ebb4302 100644 --- a/resources/lang/de_DE/validation.php +++ b/resources/lang/de_DE/validation.php @@ -90,5 +90,5 @@ return [ 'in_array' => ':attribute existiert nicht in :other.', 'present' => 'Das :attribute Feld muss vorhanden sein.', 'amount_zero' => 'Der Gesamtbetrag darf nicht Null sein', - 'secure_password' => '', + '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