mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 17:57:04 +08:00
Add message for UUID validation rule
See: c96995fb61 (diff-9c04f727a922ad4f105b9ad764ec221d)
This commit is contained in:
parent
f3c6743865
commit
ade5adbdd5
|
@ -90,6 +90,7 @@ validation:
|
||||||
unique: "The :attribute has already been taken."
|
unique: "The :attribute has already been taken."
|
||||||
uploaded: "The :attribute failed to upload."
|
uploaded: "The :attribute failed to upload."
|
||||||
url: "The :attribute format is invalid."
|
url: "The :attribute format is invalid."
|
||||||
|
uuid: "The :attribute must be a valid UUID."
|
||||||
|
|
||||||
attributes:
|
attributes:
|
||||||
username: username
|
username: username
|
||||||
|
|
Loading…
Reference in New Issue
Block a user