diff --git a/resources/lang/de_DE/validation.php b/resources/lang/de_DE/validation.php index 02952cb05d..82c109644e 100644 --- a/resources/lang/de_DE/validation.php +++ b/resources/lang/de_DE/validation.php @@ -88,4 +88,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' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', ]; \ No newline at end of file