diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-28 19:49:33 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-28 19:49:33 -0800 |
commit | 14e14c6c92dadf4c95900978135a161f5da696d9 (patch) | |
tree | 46b1fe0fb7cd6c9cef71bba5fe3e3bc345a8ca5e /Zotlabs/Module/Go.php | |
parent | 1c07880c0178bbda875bbe2cda5d19ae7fb5e1c4 (diff) | |
download | volse-hubzilla-14e14c6c92dadf4c95900978135a161f5da696d9.tar.gz volse-hubzilla-14e14c6c92dadf4c95900978135a161f5da696d9.tar.bz2 volse-hubzilla-14e14c6c92dadf4c95900978135a161f5da696d9.zip |
provide new member widget which sits beneath the notifications for the first 60 days after an account creation.
Diffstat (limited to 'Zotlabs/Module/Go.php')
-rw-r--r-- | Zotlabs/Module/Go.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Go.php b/Zotlabs/Module/Go.php index d23e940c3..d33136d9e 100644 --- a/Zotlabs/Module/Go.php +++ b/Zotlabs/Module/Go.php @@ -36,7 +36,7 @@ class Go extends \Zotlabs\Web\Controller { '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'), + 'directory' => t('View the channel directory'), 'settings' => t('View/edit your channel settings'), 'help' => t('View the site or project documentation'), 'channel/' . $channel['channel_address'] => t('Visit your channel homepage'), |