diff --git a/src/static/js/pad_utils.js b/src/static/js/pad_utils.js
index 50525e0c6..bab6aa432 100644
--- a/src/static/js/pad_utils.js
+++ b/src/static/js/pad_utils.js
@@ -519,7 +519,7 @@ function setupGlobalExceptionHandler() {
//show javascript errors to the user
$("#editorloadingbox").css("padding", "10px");
$("#editorloadingbox").css("padding-top", "45px");
- $("#editorloadingbox").html("
An error occuredThe error was reported with the following id: '" + errorId + "'
Please send this error message to us: '"
+ $("#editorloadingbox").html("
An error occuredThe error was reported with the following id: '" + errorId + "'
Please press and hold Ctrl and press F5 to reload this page, if the problem persists please send this error message to your webmaster: '"
+ "ErrorId: " + errorId + "
URL: " + window.location.href + "
UserAgent: " + navigator.userAgent + "
" + msg + " in " + url + " at line " + linenumber + "'
");
}