Tweaking built-in validation messages.

This commit is contained in:
Taylor Otwell 2011-06-30 09:41:58 -07:00
parent e2f382545b
commit 21f33bb46d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
|--------------------------------------------------------------------------
*/
"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_wrong_size" => "The :attribute must be :size.",
"number_too_big" => "The :attribute must be no more than :max.",