From 8d3e10ce5e95256bf25ccf3afe7b0ac56362abf6 Mon Sep 17 00:00:00 2001 From: Miles Cellar Date: Sat, 23 Jun 2018 14:08:25 +0200 Subject: [PATCH] Fix alpha_dash (#130) Fix from https://github.com/laravel/laravel/commit/7ff917aa203b2f0869761c99283d18b6a2eb6cf8#diff-9c04f727a922ad4f105b9ad764ec221d --- 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 f8cbe88c0..4e0248592 100644 --- a/extensions/lang-english/locale/validation.yml +++ b/extensions/lang-english/locale/validation.yml @@ -4,7 +4,7 @@ validation: after: "The :attribute must be a date after :date." after_or_equal: "The :attribute must be a date after or equal to :date." alpha: "The :attribute may only contain letters." - alpha_dash: "The :attribute may only contain letters, numbers, and dashes." + alpha_dash: "The :attribute may only contain letters, numbers, dashes and underscores." alpha_num: "The :attribute may only contain letters and numbers." array: "The :attribute must be an array." before: "The :attribute must be a date before :date."