diff --git a/src/Form/UpdateReady.php b/src/Form/UpdateReady.php
index b91aec0ed9d71170e0f57e922aa2074d218fabe3..168feed9ecad5040b5da4b024225bef058b034fd 100644
--- a/src/Form/UpdateReady.php
+++ b/src/Form/UpdateReady.php
@@ -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')) {