|
15 | 15 |
|
16 | 16 | 'accepted' => 'The :attribute field must be accepted.', |
17 | 17 | 'accepted_if' => 'The :attribute field must be accepted when :other is :value.', |
18 | | - 'active_url' => 'The :attribute field is not a valid URL.', |
| 18 | + 'active_url' => 'The :attribute field must be a valid URL.', |
19 | 19 | 'after' => 'The :attribute field must be a date after :date.', |
20 | 20 | 'after_or_equal' => 'The :attribute field must be a date after or equal to :date.', |
21 | 21 | 'alpha' => 'The :attribute field must only contain letters.', |
|
34 | 34 | 'boolean' => 'The :attribute field must be true or false.', |
35 | 35 | 'confirmed' => 'The :attribute field confirmation does not match.', |
36 | 36 | 'current_password' => 'The password is incorrect.', |
37 | | - 'date' => 'The :attribute field is not a valid date.', |
| 37 | + 'date' => 'The :attribute field must be a valid date.', |
38 | 38 | 'date_equals' => 'The :attribute field must be a date equal to :date.', |
39 | | - 'date_format' => 'The :attribute field does not match the format :format.', |
| 39 | + 'date_format' => 'The :attribute field must match the format :format.', |
40 | 40 | 'decimal' => 'The :attribute field must have :decimal decimal places.', |
41 | 41 | 'declined' => 'The :attribute field must be declined.', |
42 | 42 | 'declined_if' => 'The :attribute field must be declined when :other is :value.', |
|
45 | 45 | 'digits_between' => 'The :attribute field must be between :min and :max digits.', |
46 | 46 | 'dimensions' => 'The :attribute field has invalid image dimensions.', |
47 | 47 | 'distinct' => 'The :attribute field has a duplicate value.', |
48 | | - 'doesnt_end_with' => 'The :attribute field may not end with one of the following: :values.', |
49 | | - 'doesnt_start_with' => 'The :attribute field may not start with one of the following: :values.', |
| 48 | + 'doesnt_end_with' => 'The :attribute field must not end with one of the following: :values.', |
| 49 | + 'doesnt_start_with' => 'The :attribute field must not start with one of the following: :values.', |
50 | 50 | 'email' => 'The :attribute field must be a valid email address.', |
51 | 51 | 'ends_with' => 'The :attribute field must end with one of the following: :values.', |
52 | 52 | 'enum' => 'The selected :attribute is invalid.', |
|
67 | 67 | ], |
68 | 68 | 'image' => 'The :attribute field must be an image.', |
69 | 69 | 'in' => 'The selected :attribute is invalid.', |
70 | | - 'in_array' => 'The :attribute field does not exist in :other.', |
| 70 | + 'in_array' => 'The :attribute field must exist in :other.', |
71 | 71 | 'integer' => 'The :attribute field must be an integer.', |
72 | 72 | 'ip' => 'The :attribute field must be a valid IP address.', |
73 | 73 | 'ipv4' => 'The :attribute field must be a valid IPv4 address.', |
|
134 | 134 | 'required_with_all' => 'The :attribute field is required when :values are present.', |
135 | 135 | 'required_without' => 'The :attribute field is required when :values is not present.', |
136 | 136 | 'required_without_all' => 'The :attribute field is required when none of :values are present.', |
137 | | - 'same' => 'The :attribute field and :other must match.', |
| 137 | + 'same' => 'The :attribute field must match :other.', |
138 | 138 | 'size' => [ |
139 | 139 | 'array' => 'The :attribute field must contain :size items.', |
140 | 140 | 'file' => 'The :attribute field must be :size kilobytes.', |
|
0 commit comments