From 69e2cce9cb81f2b18a22bcdad2f5ebdf8d14d455 Mon Sep 17 00:00:00 2001 From: Michael Nabil <46572405+michaelnabil230@users.noreply.github.com> Date: Mon, 14 Nov 2022 15:15:20 +0200 Subject: [PATCH] Update validation.php (#6029) --- lang/en/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/validation.php b/lang/en/validation.php index ac8ddb0a..83d6f1f8 100644 --- a/lang/en/validation.php +++ b/lang/en/validation.php @@ -72,6 +72,7 @@ 'ipv6' => 'The :attribute must be a valid IPv6 address.', 'json' => 'The :attribute must be a valid JSON string.', 'lowercase' => 'The :attribute must be lowercase.', + 'uppercase' => 'The :attribute must be uppercase.', 'lt' => [ 'array' => 'The :attribute must have less than :value items.', 'file' => 'The :attribute must be less than :value kilobytes.',