diff --git a/extensions/lang-english/locale/validation.yml b/extensions/lang-english/locale/validation.yml index 7604253aa..07936a147 100644 --- a/extensions/lang-english/locale/validation.yml +++ b/extensions/lang-english/locale/validation.yml @@ -25,6 +25,7 @@ validation: dimensions: "The :attribute has invalid image dimensions." distinct: "The :attribute field has a duplicate value." email: "The :attribute must be a valid email address." + ends_with: "The :attribute must end with one of the following: :values" exists: "The selected :attribute is invalid." file: "The :attribute must be a file." filled: "The :attribute field must have a value."