diff options
author | RedMatrix <info@friendica.com> | 2014-08-17 08:33:13 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-08-17 08:33:13 +1000 |
commit | e4620179acb9fb7004939c2e0fc8717f9b148ca3 (patch) | |
tree | c6bf759334cb3c9f372e9c43174ade234ebda130 /mod | |
parent | e3c8d36e06ad056ae9bf49c0e46b70ac048b8a07 (diff) | |
parent | 54fe09f466b69c960caf64dd325ebfabf3ddd962 (diff) | |
download | volse-hubzilla-e4620179acb9fb7004939c2e0fc8717f9b148ca3.tar.gz volse-hubzilla-e4620179acb9fb7004939c2e0fc8717f9b148ca3.tar.bz2 volse-hubzilla-e4620179acb9fb7004939c2e0fc8717f9b148ca3.zip |
Merge pull request #564 from cvogeley/master
Add account deletion to the UI
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 1 |
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 )); |