simplify connect/follow text

pull/1/head
Friendika 12 years ago
parent 9102fb3a6f
commit 6ea77889b3

@ -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')
));

Loading…
Cancel
Save