diff --git a/public/index.html b/public/index.html
index 4d231c692..bcaa6e702 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1156,7 +1156,7 @@
diff --git a/public/script.js b/public/script.js
index 439c9799e..cbe20fd6d 100644
--- a/public/script.js
+++ b/public/script.js
@@ -5412,8 +5412,11 @@ $(document).ready(function () {
$("#delete_button").click(function () {
popup_type = "del_ch";
- callPopup(
- "Delete the character?
Your chat will be closed."
+ callPopup(`
+ Delete the character?
+ THIS IS PERMANENT!
+ THIS WILL ALSO DELETE ALL
+ OF THE CHARACTER'S CHAT FILES.
`
);
});