diff --git a/laravel/validator.php b/laravel/validator.php index 0c84e8e1..4c8cfcd4 100644 --- a/laravel/validator.php +++ b/laravel/validator.php @@ -877,7 +877,7 @@ protected function attribute($attribute) // More reader friendly versions of the attribute names may be stored // in the validation language file, allowing a more readable version - // of the attribute name to be used in the message. + // of the attribute name in the message. $line = "{$bundle}validation.attributes.{$attribute}"; $display = Lang::line($line)->get($this->language);