diff --git a/src/application/views/general/installation.php b/src/application/views/general/installation.php index be4b5477..77cd1c97 100644 --- a/src/application/views/general/installation.php +++ b/src/application/views/general/installation.php @@ -73,7 +73,7 @@ if (!GeneralFunctions.handleAjaxExceptions(response)) return; if (response == AJAX_SUCCESS) { - $('.alert').text('Easy!Appointments has been success fully installed!'); + $('.alert').text('Easy!Appointments has been successfully installed!'); $('.alert').addClass('alert-success'); $('.alert').show(); setTimeout(function() {