Merge pull request #2243 from birkof/master

Incorrect spelling
This commit is contained in:
Jérémie Astori 2018-03-16 19:17:46 -04:00 committed by GitHub
commit 97973d47f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();
});