diff --git a/public/index.html b/public/index.html
index c051c3df8..bd348fe66 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1158,7 +1158,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.
`
);
});