Incorrect spelling

This commit is contained in:
Daniel STANCU 2018-03-17 00:44:19 +02:00
parent 0858938eea
commit bf4d55564c
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
window.g_LoungeErrorHandler = function LoungeErrorHandler(e) {
var message = document.getElementById("loading-page-message");
message.textContent = "An error has occured that prevented the client from loading correctly.";
message.textContent = "An error has occurred that prevented the client from loading correctly.";
var summary = document.createElement("summary");
summary.textContent = "More details";

View File

@ -111,7 +111,7 @@ function onPushButton() {
})
).catch((err) => {
$("#pushNotificationsUnsupported")
.find("span").text(`An error has occured: ${err}`).end()
.find("span").text(`An error has occurred: ${err}`).end()
.show();
});