mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-12 19:12:18 +03:00
Fix typo.
This commit is contained in:
parent
07276d46a6
commit
6f1604d452
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ window.BackendCalendarExtraPeriodsModal = window.BackendCalendarExtraPeriodsModa
|
||||||
GeneralFunctions.displayMessageBox('Communication Error', 'Unfortunately ' +
|
GeneralFunctions.displayMessageBox('Communication Error', 'Unfortunately ' +
|
||||||
'the operation could not complete due to server communication errors.');
|
'the operation could not complete due to server communication errors.');
|
||||||
|
|
||||||
$dialog.find('.modal-message').txt(EALang.service_communication_error);
|
$dialog.find('.modal-message').text(EALang.service_communication_error);
|
||||||
$dialog.find('.modal-message').addClass('alert-danger').removeClass('hidden');
|
$dialog.find('.modal-message').addClass('alert-danger').removeClass('hidden');
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -72,7 +72,7 @@ window.BackendCalendarUnavailabilitiesModal = window.BackendCalendarUnavailabili
|
||||||
GeneralFunctions.displayMessageBox('Communication Error', 'Unfortunately ' +
|
GeneralFunctions.displayMessageBox('Communication Error', 'Unfortunately ' +
|
||||||
'the operation could not complete due to server communication errors.');
|
'the operation could not complete due to server communication errors.');
|
||||||
|
|
||||||
$dialog.find('.modal-message').txt(EALang.service_communication_error);
|
$dialog.find('.modal-message').text(EALang.service_communication_error);
|
||||||
$dialog.find('.modal-message').addClass('alert-danger').removeClass('hidden');
|
$dialog.find('.modal-message').addClass('alert-danger').removeClass('hidden');
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue