diff --git a/admin/deleteaccount.php b/admin/deleteaccount.php
index 6038f1534e..a5d6303717 100755
--- a/admin/deleteaccount.php
+++ b/admin/deleteaccount.php
@@ -59,7 +59,7 @@
if (($account_id) && (! $confirm)) {
// the account can have special chars/white spaces, if it is a ldap dn
$account_id = rawurlencode($account_id);
- $phpgw->template->set_var("message",lang("Are you sure you want to delete this account ?") . "
"
+ $phpgw->template->set_var("messages",lang("Are you sure you want to delete this account ?") . "
"
. "");
$phpgw->template->set_var("yes",'' . lang("Yes") . '');