This commit is contained in:
Yuli
2020-02-17 22:13:23 +02:00
parent 79d5afe1ee
commit 11a68522b7

View File

@@ -129,7 +129,7 @@
if (xhr.status === 200) {
var data = JSON.parse(xhr.responseText);
if (data.status == "ok" && data.result && data.result == "request-created") {
alert("Admin request created to cancell your account.");
alert("Admin request created to cancel your account.");
} else {
bunker_logout();
}