diff --git a/lang/en/validation.php b/lang/en/validation.php index 81ba24b56d8..7da06f8f783 100644 --- a/lang/en/validation.php +++ b/lang/en/validation.php @@ -218,6 +218,7 @@ 'invalid_two_factor_code' => 'The provided two factor authentication code was invalid.', 'invalid_two_factor_recovery_code' => 'The provided two factor recovery code was invalid.', 'bard_container_required_by_button' => 'This field is required by a toolbar button.', + 'video_fieldtype_cloudflare_id' => 'Must contain only letters and numbers.', /* |-------------------------------------------------------------------------- diff --git a/resources/js/components/fieldtypes/VideoFieldtype.vue b/resources/js/components/fieldtypes/VideoFieldtype.vue index 5282a8b1a3a..941dfee44fa 100644 --- a/resources/js/components/fieldtypes/VideoFieldtype.vue +++ b/resources/js/components/fieldtypes/VideoFieldtype.vue @@ -1,6 +1,27 @@