diff --git a/src/Form/ReCaptchaAdminSettingsForm.php b/src/Form/ReCaptchaAdminSettingsForm.php index f3dcb9c..8a7013d 100644 --- a/src/Form/ReCaptchaAdminSettingsForm.php +++ b/src/Form/ReCaptchaAdminSettingsForm.php @@ -96,8 +96,8 @@ class ReCaptchaAdminSettingsForm extends ConfigFormBase { '#default_value' => $config->get('widget.badge'), '#description' => $this->t('Reposition the reCAPTCHA badge. "Inline" allows you to control the CSS.'), '#options' => [ - 'bottomright ' => $this->t('Bottom Right (default)'), - 'bottomleft ' => $this->t('Bottom Left'), + 'bottomright' => $this->t('Bottom Right (default)'), + 'bottomleft' => $this->t('Bottom Left'), 'inline' => $this->t('Inline'), ], '#title' => $this->t('Badge'),