From 3762b41729b92fa263d942d0b650f0a5b78277d9 Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Thu, 10 Nov 2022 01:55:21 +1100 Subject: [PATCH] Adds lowercase validation rule translation (#6028) * Adds lowercase validation rule translation * Update validation.php Co-authored-by: Dries Vints --- lang/en/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/validation.php b/lang/en/validation.php index 5ea01fa7..ac8ddb0a 100644 --- a/lang/en/validation.php +++ b/lang/en/validation.php @@ -71,6 +71,7 @@ 'ipv4' => 'The :attribute must be a valid IPv4 address.', 'ipv6' => 'The :attribute must be a valid IPv6 address.', 'json' => 'The :attribute must be a valid JSON string.', + 'lowercase' => 'The :attribute must be lowercase.', 'lt' => [ 'array' => 'The :attribute must have less than :value items.', 'file' => 'The :attribute must be less than :value kilobytes.',