From da115f6ccffb6c9aeb368b56b8664332968a65e6 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Wed, 21 Oct 2020 08:12:35 +0100 Subject: [PATCH] Issue #3178037 by xjm, Kristen Pol: Fix typo "is has" in SimpleTest deprecation warning --- core/modules/simpletest/simpletest.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/simpletest/simpletest.install b/core/modules/simpletest/simpletest.install index 3d9c80a95a2e..7143573c9730 100644 --- a/core/modules/simpletest/simpletest.install +++ b/core/modules/simpletest/simpletest.install @@ -21,7 +21,7 @@ function simpletest_requirements($phase) { $requirements['simpletest'] = [ 'title' => t('SimpleTest'), 'severity' => REQUIREMENT_ERROR, - 'description' => t('SimpleTest is has been removed from Drupal 9.0.0 and can no longer be installed. A contributed module is available for those who wish to continue using SimpleTest during the transition from Drupal 8 to 9. <a href=":change-record">See the change record for more information</a>.', [ + 'description' => t('SimpleTest has been removed from Drupal 9.0.0 and can no longer be installed. A contributed module is available for those who wish to continue using SimpleTest during the transition from Drupal 8 to 9. <a href=":change-record">See the change record for more information</a>.', [ ':change-record' => 'https://www.drupal.org/node/3091784', ]), ]; -- GitLab