Changed legend text from Login to Account because it is not really

logging iny
This commit is contained in:
Sarven Capadisli 2010-01-13 20:43:23 +00:00 committed by Zach Copley
parent 18533f5b15
commit 3aa0d8bea7

View File

@ -317,7 +317,7 @@ class ApiOauthAuthorizeAction extends ApiOauthAction
if (!common_logged_in()) { if (!common_logged_in()) {
$this->elementStart('fieldset'); $this->elementStart('fieldset');
$this->element('legend', null, _('Login')); $this->element('legend', null, _('Account'));
$this->elementStart('ul', 'form_data'); $this->elementStart('ul', 'form_data');
$this->elementStart('li'); $this->elementStart('li');
$this->input('nickname', _('Nickname')); $this->input('nickname', _('Nickname'));