Renamed subscribe button from New to Remote since it only does remote
subscriptions at the moment.
This commit is contained in:
parent
7d7847295a
commit
023b9bb00f
@ -754,7 +754,7 @@ class OStatusPlugin extends Plugin
|
|||||||
'class' => 'entity_subscribe'));
|
'class' => 'entity_subscribe'));
|
||||||
$action->element('a', array('href' => common_local_url('ostatussub'),
|
$action->element('a', array('href' => common_local_url('ostatussub'),
|
||||||
'class' => 'entity_remote_subscribe')
|
'class' => 'entity_remote_subscribe')
|
||||||
, _m('New'));
|
, _m('Remote'));
|
||||||
$action->elementEnd('p');
|
$action->elementEnd('p');
|
||||||
$action->elementEnd('div');
|
$action->elementEnd('div');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user