RIP my english

This commit is contained in:
KGrzeg 2023-03-01 03:40:28 +01:00
parent 94e85e04d5
commit 1c9de06b66
2 changed files with 8 additions and 8 deletions

View file

@ -139,9 +139,9 @@ declare global {
}
function logout() {
const sure = confirm("Are you sure you want to logout? " +
"You won't be able to login again without #key. " +
"Make sure you copied #key before log out!\n\n" +
const sure = confirm("Are you sure you want to log out? " +
"You won't be able to login again without the #key. " +
"Make sure you have copied the #key before log out!\n\n" +
"The #key: " + window.myStuff.key)
if (!sure)