diff --git a/resources/lang/ru_RU/validation.php b/resources/lang/ru_RU/validation.php index ea21edefe4..addd0e6f39 100644 --- a/resources/lang/ru_RU/validation.php +++ b/resources/lang/ru_RU/validation.php @@ -88,4 +88,4 @@ return [ 'in_array' => 'The :attribute field does not exist in :other.', 'present' => 'The :attribute field must be present.', 'amount_zero' => 'The total amount cannot be zero', -]; +]; \ No newline at end of file