From b0bf8f9c0c56f777ace6a2d3b38fcfd5ee901c2c Mon Sep 17 00:00:00 2001 From: Miles Cellar Date: Sun, 12 May 2019 11:45:19 +0200 Subject: [PATCH] Add ends_with validation message See: https://github.com/laravel/laravel/commit/93c687418963f7c99b641fda905015054c785eb4#diff-9c04f727a922ad4f105b9ad764ec221d --- extensions/lang-english/locale/validation.yml | 1 + 1 file changed, 1 insertion(+) 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."