From 39f4830e92a7467b2a7fe6bc23d0ec14bc3b46a6 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 19 Dec 2022 11:35:07 -0600 Subject: [PATCH] add decimal translation --- lang/en/validation.php | 1 + 1 file changed, 1 insertion(+) 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.',