simplify connect/follow text
This commit is contained in:
parent
9102fb3a6f
commit
6ea77889b3
|
@ -13,7 +13,7 @@ function contacts_init(&$a) {
|
||||||
|
|
||||||
$tpl = load_view_file('view/follow.tpl');
|
$tpl = load_view_file('view/follow.tpl');
|
||||||
$a->page['aside'] .= replace_macros($tpl,array(
|
$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'),
|
'$hint' => t('Example: bob@example.com, http://example.com/barbara'),
|
||||||
'$follow' => t('Follow')
|
'$follow' => t('Follow')
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in a new issue