aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Settings/Account.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-23 12:44:07 -0800
committerzotlabs <mike@macgirvin.com>2018-02-23 12:44:07 -0800
commit048a636315671b7e9aaf9152273d101994e37c43 (patch)
treebe68c8f97f4e6de7040fcc276511b89dc749551b /Zotlabs/Module/Settings/Account.php
parent5e53f36f340472c593d88e40d69628eac017f441 (diff)
downloadvolse-hubzilla-048a636315671b7e9aaf9152273d101994e37c43.tar.gz
volse-hubzilla-048a636315671b7e9aaf9152273d101994e37c43.tar.bz2
volse-hubzilla-048a636315671b7e9aaf9152273d101994e37c43.zip
Usability and member experience: remove street address info from the default basic profile fields, mention that the site banner can be full HTML, mention on the techlevel setting that this also controls what additional features may be visible.
Diffstat (limited to 'Zotlabs/Module/Settings/Account.php')
-rw-r--r--Zotlabs/Module/Settings/Account.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings/Account.php b/Zotlabs/Module/Settings/Account.php
index 18890e89f..9643c5958 100644
--- a/Zotlabs/Module/Settings/Account.php
+++ b/Zotlabs/Module/Settings/Account.php
@@ -113,7 +113,7 @@ class Account {
'$origpass' => array('origpass', t('Current Password'), ' ',''),
'$password1'=> array('npassword', t('Enter New Password'), '', ''),
'$password2'=> array('confirm', t('Confirm New Password'), '', t('Leave password fields blank unless changing')),
- '$techlevel' => [ 'techlevel', t('Your technical skill level'), $def_techlevel, t('Used to provide a member experience matched to your comfort level'), $techlevels ],
+ '$techlevel' => [ 'techlevel', t('Your technical skill level'), $def_techlevel, t('Used to provide a member experience and additional features consistent with your comfort level'), $techlevels ],
'$techlock' => $techlock,
'$submit' => t('Submit'),
'$email' => array('email', t('Email Address:'), $email, ''),