'#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>',
'#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/docs/updating-drupal">Updating Drupal guide</a>. If you are unsure what these terms mean you should probably contact your hosting provider.').'</p>',
];
$info[]=$this->t("<strong>Back up your code</strong>. Hint: when backing up module code, do not leave that backup in the 'modules' or 'sites/*/modules' directories as this may confuse Drupal's auto-discovery mechanism.");