aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-27 18:11:15 -0800
committerFriendika <info@friendika.com>2011-02-27 18:11:15 -0800
commit6ea77889b334f3515bbaf9a9b76da845061a1e21 (patch)
treedce4fa03147c26c731e8b6e5756d4ec5abebc988 /mod
parent9102fb3a6f5f205fc9d178ae2ce656674b1ba106 (diff)
downloadvolse-hubzilla-6ea77889b334f3515bbaf9a9b76da845061a1e21.tar.gz
volse-hubzilla-6ea77889b334f3515bbaf9a9b76da845061a1e21.tar.bz2
volse-hubzilla-6ea77889b334f3515bbaf9a9b76da845061a1e21.zip
simplify connect/follow text
Diffstat (limited to 'mod')
-rw-r--r--mod/contacts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/contacts.php b/mod/contacts.php
index 8e069b2bd..c2d28dc1f 100644
--- a/mod/contacts.php
+++ b/mod/contacts.php
@@ -13,7 +13,7 @@ function contacts_init(&$a) {
$tpl = load_view_file('view/follow.tpl');
$a->page['aside'] .= replace_macros($tpl,array(
- '$label' => t('Connect/Follow [profile address]'),
+ '$label' => t('Connect/Follow'),
'$hint' => t('Example: bob@example.com, http://example.com/barbara'),
'$follow' => t('Follow')
));