Skip to content

Commit

Permalink
internal(language): format error message for custom rule
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Aug 3, 2024
1 parent b79a1e0 commit 743279f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/Language/en/Validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@

'ensure_ownership' => 'The {field} must be owned by the current user and present.',
'has_column_value_in_list' => 'The {field} does not match the acceptable values.',
'is_unique_compositely' => 'The {field} must be a unique value in the database.'
'is_unique_compositely' => 'The {field} must be a unique value in the database.',

'is_valid_currency_amount' => 'The amount in {field} must be a fractional form or decimal form.'
];

0 comments on commit 743279f

Please sign in to comment.