Validation added doesnt_end_with translation (#5962)

* Validation added doesnt_end_with translation

* fix order
This commit is contained in:
kichetof
2022-08-03 15:42:10 +02:00
committed by GitHub
parent ba8ed9d65d
commit 74dfb6cec4

View File

@@ -43,6 +43,7 @@ return [
'digits_between' => 'The :attribute must be between :min and :max digits.',
'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.',
'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
'email' => 'The :attribute must be a valid email address.',
'ends_with' => 'The :attribute must end with one of the following: :values.',