* Corrected typo in installation.php

This commit is contained in:
alextselegidis@gmail.com 2013-11-24 17:36:22 +00:00
parent 21aba5d4da
commit f0a28c7451
1 changed files with 1 additions and 1 deletions

View File

@ -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() {