diff --git a/resources/lang/nl_NL/validation.php b/resources/lang/nl_NL/validation.php index cce07d3a76..902c6ccf2f 100644 --- a/resources/lang/nl_NL/validation.php +++ b/resources/lang/nl_NL/validation.php @@ -21,7 +21,7 @@ return [ 'file_too_large' => 'Bestand ":name" is te groot.', 'belongs_to_user' => 'De waarde van :attribute is onbekend', 'accepted' => ':attribute moet geaccepteerd zijn.', - 'bic' => 'This is not a valid BIC.', + 'bic' => 'Dit is geen geldige BIC.', 'active_url' => ':attribute is geen geldige URL.', 'after' => ':attribute moet een datum na :date zijn.', 'alpha' => ':attribute mag alleen letters bevatten.',