summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/auth/delete.phtml
diff options
context:
space:
mode:
authorSimon2011-04-12 14:59:42 +0200
committerSimon2011-04-12 14:59:42 +0200
commit689d829bdb496bbe136fcd50014dbf31d5e1c6a0 (patch)
tree1fde016930a1b2b838ae3f060e1c7244a82e6a3c /application/modules/user/views/scripts/auth/delete.phtml
parentdefault-roles entfernt (diff)
parentverschiedene Korrekturen (diff)
downloadpbs2-689d829bdb496bbe136fcd50014dbf31d5e1c6a0.tar.gz
pbs2-689d829bdb496bbe136fcd50014dbf31d5e1c6a0.tar.xz
pbs2-689d829bdb496bbe136fcd50014dbf31d5e1c6a0.zip
merge
Diffstat (limited to 'application/modules/user/views/scripts/auth/delete.phtml')
-rw-r--r--application/modules/user/views/scripts/auth/delete.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/auth/delete.phtml b/application/modules/user/views/scripts/auth/delete.phtml
index 62bf24e..83afc80 100644
--- a/application/modules/user/views/scripts/auth/delete.phtml
+++ b/application/modules/user/views/scripts/auth/delete.phtml
@@ -1,5 +1,5 @@
<h1>Delete Account</h1>
-Do you really want to delete this account?
+Do you really want to delete account?
<?php
$this->deleteconfirmform->setAction($this->url());
echo $this->deleteconfirmform;