aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-04 10:11:48 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-04 10:11:48 +0100
commit4b08ccd873a02dcbcd8603f4b8681de47776e31f (patch)
tree2372f18f47bf476d9c9cd99713f1899dcb4ebd9f /mod
parent6d30abe4bf4a92961f103f1ae899a2ef49a6d607 (diff)
downloadvolse-hubzilla-4b08ccd873a02dcbcd8603f4b8681de47776e31f.tar.gz
volse-hubzilla-4b08ccd873a02dcbcd8603f4b8681de47776e31f.tar.bz2
volse-hubzilla-4b08ccd873a02dcbcd8603f4b8681de47776e31f.zip
clean up account settings
Diffstat (limited to 'mod')
-rw-r--r--mod/settings.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/mod/settings.php b/mod/settings.php
index 71ca38d91..a40a1deca 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -708,9 +708,8 @@ function settings_content(&$a) {
$o .= replace_macros($tpl, array(
'$form_security_token' => get_form_security_token("settings_account"),
'$title' => t('Account Settings'),
- '$h_pass' => t('Password Settings'),
- '$password1'=> array('npassword', t('New Password:'), '', ''),
- '$password2'=> array('confirm', t('Confirm:'), '', t('Leave password fields blank unless changing')),
+ '$password1'=> array('npassword', t('Enter New Password:'), '', ''),
+ '$password2'=> array('confirm', t('Confirm New Password:'), '', t('Leave password fields blank unless changing')),
'$submit' => t('Submit'),
'$email' => array('email', t('Email Address:'), $email, ''),
'$removeme' => t('Remove Account'),