diff --git a/install/index.php b/install/index.php
index cffa4c837..27f06fd93 100644
--- a/install/index.php
+++ b/install/index.php
@@ -1502,7 +1502,7 @@ if (!file_exists('.lock')) {
}
var originalButtonText = $('#db_connection_test_button').html();
- $('#db_connection_test_button').html(' = __("Connecting..."); ?>').prop('disabled', true);
+ $('#db_connection_test_button').html(" = __("Connecting..."); ?>").prop('disabled', true);
clear_db_testresult();