1
0
mirror of https://github.com/flarum/core.git synced 2025-08-15 12:54:47 +02:00

Fix alpha_dash (#130)

Fix from 7ff917aa20 (diff-9c04f727a922ad4f105b9ad764ec221d)
This commit is contained in:
Miles Cellar
2018-06-23 14:08:25 +02:00
committed by Toby Zerner
parent 4c2fc9d414
commit 8d3e10ce5e

View File

@@ -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."