diff --git a/extensions/lang-english/locale/validation.yml b/extensions/lang-english/locale/validation.yml index 6e3936ba3..6dfcfc885 100644 --- a/extensions/lang-english/locale/validation.yml +++ b/extensions/lang-english/locale/validation.yml @@ -19,6 +19,7 @@ validation: different: "The :attribute and :other must be different." digits: "The :attribute must be :digits digits." 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." email: "The :attribute must be a valid email address." exists: "The selected :attribute is invalid."