diff --git a/captcha.links.task.yml b/captcha.links.task.yml
index 838cc19d8671c06adbc4069b01fdb127a5d3b05a..da18f9de2e37c70f4ffa350129cb0df33c9acbdf 100755
--- a/captcha.links.task.yml
+++ b/captcha.links.task.yml
@@ -10,5 +10,5 @@ captcha_examples:
 
 captcha_points.list:
   route_name: captcha_point.list
-  title: 'CAPTCHA Points'
+  title: 'Form settings'
   base_route: captcha_settings
diff --git a/src/Form/CaptchaSettingsForm.php b/src/Form/CaptchaSettingsForm.php
index bb09b67442ae0be00906bc961012529ded360ca9..402da8682d4dafc62237ac6b33ac279ba677f71f 100755
--- a/src/Form/CaptchaSettingsForm.php
+++ b/src/Form/CaptchaSettingsForm.php
@@ -98,7 +98,7 @@ class CaptchaSettingsForm extends ConfigFormBase {
     $form['form_protection']['enabled_default'] = [
       '#type' => 'checkbox',
       '#title' => $this->t('Default challenge on non-listed forms.'),
-      '#description' => $this->t('Enable CAPTCHA for every form not listed in "CAPTCHA points"'),
+      '#description' => $this->t('Enable CAPTCHA for every form not listed here'),
       '#default_value' => $config->get('enabled_default'),
     ];
     // Field for the CAPTCHA administration mode.