diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-23 12:44:07 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-23 12:44:07 -0800 |
commit | 048a636315671b7e9aaf9152273d101994e37c43 (patch) | |
tree | be68c8f97f4e6de7040fcc276511b89dc749551b /Zotlabs/Module/Go.php | |
parent | 5e53f36f340472c593d88e40d69628eac017f441 (diff) | |
download | volse-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/Go.php')
-rw-r--r-- | Zotlabs/Module/Go.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Go.php b/Zotlabs/Module/Go.php index 2c2dcf460..d23e940c3 100644 --- a/Zotlabs/Module/Go.php +++ b/Zotlabs/Module/Go.php @@ -33,6 +33,7 @@ class Go extends \Zotlabs\Web\Controller { $options = [ 'profile_photo' => t('Upload a profile photo'), + 'cover_photo' => t('Upload a cover photo'), 'profiles' => t('Edit your default profile'), 'suggest' => t('View friend suggestions'), 'directory' => t('View the directory to find other interesting channels'), |