diff --git a/core/modules/simpletest/simpletest.install b/core/modules/simpletest/simpletest.install index 3d9c80a95a..7143573c97 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. See the change record for more information.', [ + '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. See the change record for more information.', [ ':change-record' => 'https://www.drupal.org/node/3091784', ]), ];