diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php
index 3fef2eefcd..6b3ef87f87 100644
--- a/wp-admin/update-core.php
+++ b/wp-admin/update-core.php
@@ -341,7 +341,7 @@ function do_core_upgrade( $reinstall = false ) {
show_message( __('Installation Failed') );
} else {
show_message( __('WordPress updated successfully') );
- show_message( '' . __('Go to Dashboard') . '' );
+ show_message( '' . __('Go to Dashboard') . '' );
}
echo '';
}