diff --git a/src/wp-admin/update-core.php b/src/wp-admin/update-core.php index 78e5929bf4..3d7778863a 100644 --- a/src/wp-admin/update-core.php +++ b/src/wp-admin/update-core.php @@ -198,7 +198,7 @@ function core_upgrade_preamble() { echo ''; } else { echo '

'; - _e( 'Important: before updating, please back up your database and files. For help with updates, visit the Updating WordPress Codex page.' ); + _e( 'Important: Before updating, please back up your database and files. For help with updates, visit the Updating WordPress Codex page.' ); echo '

'; echo '

';