Fixed missing translation string

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-06-06 20:41:36 +01:00
parent 2d7c0f7e5f
commit 9ef7b0e64a

View File

@@ -31,6 +31,7 @@ return [
'numeric' => 'The :attribute field must be between :min and :max.',
'string' => 'The :attribute field must be between :min and :max characters.',
],
'valid_regex' => 'The regular expression is invalid.',
'boolean' => 'The :attribute field must be true or false.',
'can' => 'The :attribute field contains an unauthorized value.',
'confirmed' => 'The :attribute field confirmation does not match.',