summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/auth
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts/auth')
-rw-r--r--application/modules/user/views/scripts/auth/delete.phtml5
1 files changed, 3 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/auth/delete.phtml b/application/modules/user/views/scripts/auth/delete.phtml
index 83afc80..75d9ef6 100644
--- a/application/modules/user/views/scripts/auth/delete.phtml
+++ b/application/modules/user/views/scripts/auth/delete.phtml
@@ -1,6 +1,7 @@
<h1>Delete Account</h1>
-Do you really want to delete account?
+Do you really want to delete account?<br/>
+This will delete all of your data on the server.
<?php
$this->deleteconfirmform->setAction($this->url());
echo $this->deleteconfirmform;
-?> \ No newline at end of file
+?>