Merge pull request #54 from ankurkaushal/fix-typo

fix: typo in alert messages
This commit is contained in:
Ronald Troyer 2024-01-27 19:56:14 -05:00 committed by GitHub
commit 96c8e0d1ff
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ javascript: (function () {
document.getElementsByTagName("head")[0].appendChild(script);
})
.catch(function () {
alert("Error retreiving PowerDeleteSuite from github");
alert("Error retrieving PowerDeleteSuite from github");
});
} else if (
confirm(

View file

@ -148,7 +148,7 @@ var pd = {
$("#pd__central").show();
},
function () {
alert("Error retreiving CSS from /r/PowerDeleteSuite");
alert("Error retrieving CSS from /r/PowerDeleteSuite");
}
);
},
@ -174,7 +174,7 @@ var pd = {
pd.helpers.restoreSettings();
},
function () {
alert("Error retreiving markup from /r/PowerDeleteSuite");
alert("Error retrieving markup from /r/PowerDeleteSuite");
}
);
},