diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 6c4571c3..8ab929cb 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -108,6 +108,7 @@ 'string' => 'The :attribute must be :size characters.', 'array' => 'The :attribute must contain :size items.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values', 'string' => 'The :attribute must be a string.', 'timezone' => 'The :attribute must be a valid zone.', 'unique' => 'The :attribute has already been taken.',