aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2014-08-16 16:28:07 +0200
committerChristian Vogeley <christian.vogeley@hotmail.de>2014-08-16 16:28:07 +0200
commit54fe09f466b69c960caf64dd325ebfabf3ddd962 (patch)
treeb9dae703a12d89e30c7ef8f5c2175b95d8984472 /mod/settings.php
parentf36253b7a8f3cc628b985df1ab257ff03189727c (diff)
downloadvolse-hubzilla-54fe09f466b69c960caf64dd325ebfabf3ddd962.tar.gz
volse-hubzilla-54fe09f466b69c960caf64dd325ebfabf3ddd962.tar.bz2
volse-hubzilla-54fe09f466b69c960caf64dd325ebfabf3ddd962.zip
Add account deletion to the UI
Diffstat (limited to 'mod/settings.php')
-rw-r--r--mod/settings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php
index 631ceb3c2..d6ebf9e90 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -629,6 +629,7 @@ function settings_content(&$a) {
'$submit' => t('Submit'),
'$email' => array('email', t('Email Address:'), $email, ''),
'$removeme' => t('Remove Account'),
+ '$removeaccount' => t('Remove this account from this server including all its channels'),
'$permanent' => t('Warning: This action is permanent and cannot be reversed.'),
'$account_settings' => $account_settings
));