Skip to content
Snippets Groups Projects
Commit a81227f8 authored by Theresa Grannum's avatar Theresa Grannum
Browse files

revised string and url

parent 56f2e341
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ class UpdateReady extends FormBase {
];
$form['backup'] = [
'#prefix' => '<strong>',
'#markup' => $this->t('Back up your database and site before you continue. <a href=":backup_url">Learn how</a>.', [':backup_url' => 'https://www.drupal.org/node/22281']),
'#markup' => $this->t('It\'s a good idea to <a href=":url">back up your database</a> before you begin.', [':url' => 'https://www.drupal.org/node/22281#s-backing-up-the-database',]),
'#suffix' => '</strong>',
];
if (!$this->state->get('system.maintenance_mode')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment