mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-11-01 18:38:06 +00:00
fix typo
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user