mirror of
https://github.com/friendica/friendica
synced 2024-11-10 08:22:57 +00:00
simplify connect/follow text
This commit is contained in:
parent
9102fb3a6f
commit
6ea77889b3
1 changed files with 1 additions and 1 deletions
|
@ -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