Skip to content

Commit

Permalink
Shift en and de validation.php
Browse files Browse the repository at this point in the history
  • Loading branch information
toddy15 committed Sep 15, 2023
1 parent 56b1c7a commit 1fcb464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/de/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'array' => ':attribute muss zwischen :min und :max Elemente haben.',
],
'boolean' => ':attribute muss wahr oder falsch sein.',
'can' => ':attribute enthält einen ungültigen Wert.',
'confirmed' => ':attribute stimmt nicht mit der Bestätigung überein.',
'date' => ':attribute muss ein gültiges Datum sein.',
'date_format' => ':attribute entspricht nicht dem gültigen Format für :format.',
Expand Down
1 change: 1 addition & 0 deletions lang/en/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'string' => 'The :attribute field must be between :min and :max characters.',
],
'boolean' => 'The :attribute field must be true or false.',
'can' => 'The :attribute field contains an unauthorized value.',
'confirmed' => 'The :attribute field confirmation does not match.',
'current_password' => 'The password is incorrect.',
'date' => 'The :attribute field must be a valid date.',
Expand Down

0 comments on commit 1fcb464

Please sign in to comment.