diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-10-10 19:48:36 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-10-10 19:48:36 +0300 |
commit | 6820142c3d6582c39cb9bcd01132bcfcdf56b6e9 (patch) | |
tree | 2cf53fe62cf2a615bb679fe112dada7cfaf3dcaa | |
parent | afd12c0190f64527a320a99cc6df97f6cfca57d7 (diff) | |
download | mywatch-6820142c3d6582c39cb9bcd01132bcfcdf56b6e9.tar.gz |
Fixed a typo
-rw-r--r-- | static/mywatch.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/mywatch.js b/static/mywatch.js index a575301..09b07cb 100644 --- a/static/mywatch.js +++ b/static/mywatch.js @@ -19,7 +19,7 @@ $(function() { function commonError(jqXHR, textStatus, errorThrown) { plBody.empty(); main.hide(); - infoHead.text('An error has occured'); + infoHead.text('An error has occurred'); infoAlert.text((0 == jqXHR.readyState) ? 'Service unavailable' : errorThrown); infoAlert.removeClass().addClass('alert alert-danger'); info.show(); |