summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/auth
diff options
context:
space:
mode:
authormichael pereira2011-04-12 15:13:01 +0200
committermichael pereira2011-04-12 15:13:01 +0200
commit1d6cfed3b0ebd97aff7fa5153200f6f7eea5bf7a (patch)
tree1a32e5a0dfafa86d7abfa7a550e373f74a391d13 /application/modules/user/views/scripts/auth
parentdefault tgz in kcl (diff)
parentfehler in sql korrigiert (diff)
downloadpbs2-1d6cfed3b0ebd97aff7fa5153200f6f7eea5bf7a.tar.gz
pbs2-1d6cfed3b0ebd97aff7fa5153200f6f7eea5bf7a.tar.xz
pbs2-1d6cfed3b0ebd97aff7fa5153200f6f7eea5bf7a.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/views/scripts/auth')
-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;