From b864bc09eff39fc670f6f3dff57dc535dfa95361 Mon Sep 17 00:00:00 2001 From: Robert Korulczyk Date: Tue, 16 Feb 2021 23:40:35 +0100 Subject: [PATCH] Fix `date_format` message in validation.yml (#152) --- extensions/lang-english/locale/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/lang-english/locale/validation.yml b/extensions/lang-english/locale/validation.yml index 14f3ed928..55b9a5a9f 100644 --- a/extensions/lang-english/locale/validation.yml +++ b/extensions/lang-english/locale/validation.yml @@ -18,7 +18,7 @@ validation: confirmed: "The :attribute confirmation does not match." date: "The :attribute is not a valid date." date_equals: "The :attribute must be a date equal to :date." - date_format: "The :attribute does not match the format :other." + date_format: "The :attribute does not match the format :format." 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."