diff options
author | RedMatrix <info@friendica.com> | 2014-11-19 09:16:58 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-11-19 09:16:58 +1100 |
commit | e07d83e4316f5d2e14c382e0ba6afb4c7236487c (patch) | |
tree | 9e3fc659dda7a83640087b4ca5c216190c99f012 /include/contact_widgets.php | |
parent | 39178806736de54cbb0fda20b6bb65779136b9a5 (diff) | |
parent | bfde28f28eae1f4b00aac03b2714254d14ab7464 (diff) | |
download | volse-hubzilla-e07d83e4316f5d2e14c382e0ba6afb4c7236487c.tar.gz volse-hubzilla-e07d83e4316f5d2e14c382e0ba6afb4c7236487c.tar.bz2 volse-hubzilla-e07d83e4316f5d2e14c382e0ba6afb4c7236487c.zip |
Merge pull request #703 from friendica/revert-702-master
Revert "Directory shows channel suggestions by default"
Diffstat (limited to 'include/contact_widgets.php')
-rw-r--r-- | include/contact_widgets.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/contact_widgets.php b/include/contact_widgets.php index 4e8adab62..ee9394e95 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -24,6 +24,7 @@ function findpeople_widget() { '$label' => t('Connect/Follow'), '$hint' => t('Examples: Robert Morgenstein, Fishing'), '$findthem' => t('Find'), + '$suggest' => t('Channel Suggestions'), '$similar' => '', // FIXME and uncomment when mod/match working // t('Similar Interests'), '$random' => t('Random Profile'), '$inv' => t('Invite Friends'), |