Problem/Motivation
#3182405: Do not use verb "Install" for things other than turning on modules/themes changed the link on update.php to direct to a Drupal 7 page. That was committed to 10.1.0. I discovered while working on #3414666: Improve text on database update page
Setting 'critical' because this is a significant regressions in user experience, developer experience, or documentation.
Steps to reproduce
Proposed resolution
Remaining tasks
Revert the link part of this change
- '#markup' => '<p>' . $this->t('Use this utility to update your database whenever a new release of Drupal or a module is installed.') . '</p><p>' . $this->t('For more detailed information, see the <a href="https://www.drupal.org/docs/updating-drupal">Updating Drupal guide</a>. If you are unsure what these terms mean you should probably contact your hosting provider.') . '</p>',
+ '#markup' => '<p>' . $this->t('Use this utility to update your database whenever a module, theme, or the core software is updated.') . '</p><p>' . $this->t('For more detailed information, see the <a href="https://www.drupal.org/upgrade">upgrading handbook</a>. If you are unsure what these terms mean you should probably contact your hosting provider.') . '</p>',
];
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Comments
Comment #3
quietone commentedComment #4
quietone commentedComment #5
smustgrave commentedSeems straight forward and verified the link
Comment #10
longwaveBackported down to 10.5.x as a critical regression, this only affects the link and not the translated string.
Committed and pushed 054568a1f05 to 11.x and fee3dc830b3 to 11.2.x and d1db7dc0cb6 to 10.6.x and d731332ecfc to 10.5.x. Thanks!
Comment #11
longwave