From 4888bedbfe9f7424ce001129ccf3552d5ecefc5c Mon Sep 17 00:00:00 2001 From: Qiaeru <22643035+qiaeru@users.noreply.github.com> Date: Fri, 14 Aug 2020 11:08:10 +0200 Subject: [PATCH] Add missing full stop for some validation messages (#170) See: https://github.com/laravel/laravel/commit/f121af8985d1dbb665cb9ca4b6a9f7dbb6211a7c --- extensions/lang-english/locale/validation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/lang-english/locale/validation.yml b/extensions/lang-english/locale/validation.yml index 07936a147..55fe0ed5c 100644 --- a/extensions/lang-english/locale/validation.yml +++ b/extensions/lang-english/locale/validation.yml @@ -25,7 +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" + 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." @@ -87,7 +87,7 @@ validation: file: "The :attribute must be :size kilobytes." string: "The :attribute must be :size characters." array: "The :attribute must contain :size items." - starts_with: "The :attribute must start with one of the following: :values" + starts_with: "The :attribute must start with one of the following: :values." string: "The :attribute must be a string." timezone: "The :attribute must be a valid zone." unique: "The :attribute has already been taken."