forked from GNUsocial/gnu-social
Changed legend text from Login to Account because it is not really
logging iny
This commit is contained in:
parent
18533f5b15
commit
3aa0d8bea7
@ -317,7 +317,7 @@ class ApiOauthAuthorizeAction extends ApiOauthAction
|
||||
if (!common_logged_in()) {
|
||||
|
||||
$this->elementStart('fieldset');
|
||||
$this->element('legend', null, _('Login'));
|
||||
$this->element('legend', null, _('Account'));
|
||||
$this->elementStart('ul', 'form_data');
|
||||
$this->elementStart('li');
|
||||
$this->input('nickname', _('Nickname'));
|
||||
|
Loading…
Reference in New Issue
Block a user