From f0a28c7451fb1cf88192a97dd226fe5d8aa6b230 Mon Sep 17 00:00:00 2001 From: "alextselegidis@gmail.com" Date: Sun, 24 Nov 2013 17:36:22 +0000 Subject: [PATCH] * Corrected typo in installation.php --- src/application/views/general/installation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {