diff --git a/application/lang/en/validation.php b/application/lang/en/validation.php index 67d22c34..fa09a0be 100644 --- a/application/lang/en/validation.php +++ b/application/lang/en/validation.php @@ -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.",