X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcontacts.php;h=c2d28dc1f25e5d7363e041170724c66fb2fb5474;hb=2856664eeb44bfb2b1190965562b55740dc22113;hp=8e069b2bd646795f970f3054feae0e28daeb85cb;hpb=755c2245e8184ceee2ba3382e4f60143da31e6df;p=friendica.git diff --git a/mod/contacts.php b/mod/contacts.php index 8e069b2bd6..c2d28dc1f2 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') ));