Tweaking built-in validation messages.
This commit is contained in:
@@ -23,7 +23,7 @@ return array(
|
|||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
"number_not_valid" => "The :attribute must be a valid number.",
|
"number_not_valid" => "The :attribute must be a number.",
|
||||||
"number_not_integer" => "The :attribute must be an integer.",
|
"number_not_integer" => "The :attribute must be an integer.",
|
||||||
"number_wrong_size" => "The :attribute must be :size.",
|
"number_wrong_size" => "The :attribute must be :size.",
|
||||||
"number_too_big" => "The :attribute must be no more than :max.",
|
"number_too_big" => "The :attribute must be no more than :max.",
|
||||||
|
|||||||
Reference in New Issue
Block a user