diff --git a/lang/en/validation.php b/lang/en/validation.php index ae23a76e..af94bd42 100644 --- a/lang/en/validation.php +++ b/lang/en/validation.php @@ -37,6 +37,7 @@ 'date' => 'The :attribute is not a valid date.', 'date_equals' => 'The :attribute must be a date equal to :date.', 'date_format' => 'The :attribute does not match the format :format.', + 'decimal' => 'The :attribute must have :decimal decimal places.', 'declined' => 'The :attribute must be declined.', 'declined_if' => 'The :attribute must be declined when :other is :value.', 'different' => 'The :attribute and :other must be different.',