diff --git a/src/Form/ReCaptchaAdminSettingsForm.php b/src/Form/ReCaptchaAdminSettingsForm.php index aac9817ce2801ab1657942c5bb1bc10f3be98dad..f30c6d6c774c28620eb1a03ba5c3bf9d5d565b58 100644 --- a/src/Form/ReCaptchaAdminSettingsForm.php +++ b/src/Form/ReCaptchaAdminSettingsForm.php @@ -90,7 +90,7 @@ class ReCaptchaAdminSettingsForm extends ConfigFormBase { '#description' => t('The size of CAPTCHA to serve.'), '#options' => [ '' => t('Normal (default)'), - 'small' => t('Small'), + 'compact' => t('Compact'), ], '#title' => t('Size'), '#type' => 'select',