This commit is contained in:
Lance Pioch 2018-05-13 10:24:07 -04:00
parent 84edec6323
commit c6c37e1b88
10 changed files with 21 additions and 21 deletions

View file

@ -54,7 +54,7 @@ $(document).ready(function () {
swal({
type: 'error',
title: 'Whoops!',
text: 'An error occured while attempting to delete this schedule.'
text: 'An error occurred while attempting to delete this schedule.'
});
});
});
@ -93,7 +93,7 @@ $(document).ready(function () {
swal({
type: 'error',
title: 'Whoops!',
text: 'An error occured while attempting to trigger this schedule.'
text: 'An error occurred while attempting to trigger this schedule.'
});
});
});
@ -136,7 +136,7 @@ $(document).ready(function () {
swal({
type: 'error',
title: 'Whoops!',
text: 'An error occured while attempting to toggle this schedule.'
text: 'An error occurred while attempting to toggle this schedule.'
});
});
});