From 1a69a14b8fcc8345e438b9c0fce37c0e0336d237 Mon Sep 17 00:00:00 2001 From: Andrei Zvonkov <46096-zetagraph@users.noreply.drupalcode.org> Date: Thu, 6 Jun 2024 14:14:42 +0000 Subject: [PATCH] Issue #3452737: Help text typo on Project Browser config page --- src/Form/SettingsForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Form/SettingsForm.php b/src/Form/SettingsForm.php index 85c85573f..ad40fbdb6 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) { -- GitLab