Minor corrections

Invalid sentence structure
This commit is contained in:
nin 2018-12-04 12:55:04 +01:00 committed by GitHub
parent aa84a157db
commit 7a243e70c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ return [
'alpha_dash' => ':attribute darf nur Buchstaben, Zahlen, und Bindestriche beinhalten.',
'alpha_num' => ':attribute darf nur Buchstaben und Zahlen beinhalten.',
'array' => ':attribute muss ein Array sein.',
'before' => ':attribute muss vor dem :date fallen.',
'before' => ':attribute muss ein Datum vor dem :date sein.',
'before_or_equal' => ':attribute muss auf den :date oder davor fallen.',
'between' => [
'numeric' => ':attribute muss eine Zahl zwischen :min bis :max sein.',