mirror of
https://github.com/flarum/framework.git
synced 2025-02-08 18:16:20 +08:00
Fix alpha_dash (#130)
Fix from 7ff917aa20 (diff-9c04f727a922ad4f105b9ad764ec221d)
This commit is contained in:
parent
4c2fc9d414
commit
8d3e10ce5e
|
@ -4,7 +4,7 @@ validation:
|
||||||
after: "The :attribute must be a date after :date."
|
after: "The :attribute must be a date after :date."
|
||||||
after_or_equal: "The :attribute must be a date after or equal to :date."
|
after_or_equal: "The :attribute must be a date after or equal to :date."
|
||||||
alpha: "The :attribute may only contain letters."
|
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."
|
alpha_num: "The :attribute may only contain letters and numbers."
|
||||||
array: "The :attribute must be an array."
|
array: "The :attribute must be an array."
|
||||||
before: "The :attribute must be a date before :date."
|
before: "The :attribute must be a date before :date."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user