diff --git a/src/Form/SettingsForm.php b/src/Form/SettingsForm.php index 85c85573f3fdf2cafb223e16f3a3bb1ec76fc4d4..ad40fbdb61cbe2d18f2d2b71500e47720669df68 100644 --- a/src/Form/SettingsForm.php +++ b/src/Form/SettingsForm.php @@ -115,7 +115,7 @@ class SettingsForm extends ConfigFormBase { '#type' => 'checkbox', '#title' => $this->t('Disable "Add new module" page'), '#default_value' => $config->get('disable_add_new_module'), - '#description' => $this->t('Removes access to the Drupal page that allows .tar modules to be installed, which does now use composer, so is strongly discouraged when using Project Browser.'), + '#description' => $this->t('Removes access to the Drupal page that allows .tar modules to be installed, which does not use composer, so is strongly discouraged when using Project Browser.'), ]; if ($package_manager_not_ready) {