From 54fe09f466b69c960caf64dd325ebfabf3ddd962 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Sat, 16 Aug 2014 16:28:07 +0200 Subject: Add account deletion to the UI --- mod/settings.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/settings.php') 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 )); -- cgit v1.2.3