mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-24 14:03:16 +00:00
Minor corrections
Invalid sentence structure
This commit is contained in:
parent
aa84a157db
commit
7a243e70c7
1 changed files with 1 additions and 1 deletions
|
@ -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.',
|
||||
|
|
Loading…
Reference in a new issue