--- a/wp/wp-admin/upgrade.php Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-admin/upgrade.php Tue Sep 27 16:37:53 2022 +0200
@@ -137,7 +137,7 @@
}
?>
<h1><?php _e( 'Database Update Required' ); ?></h1>
-<p><?php _e( 'WordPress has been updated! Before we send you on your way, we have to update your database to the newest version.' ); ?></p>
+<p><?php _e( 'WordPress has been updated! Next and final step is to update your database to the newest version.' ); ?></p>
<p><?php _e( 'The database update process may take a little while, so please be patient.' ); ?></p>
<p class="step"><a class="button button-large button-primary" href="upgrade.php?step=1&backto=<?php echo $goback; ?>"><?php _e( 'Update WordPress Database' ); ?></a></p>
<?php