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 6d58ef4abb
commit dbcbc2fe7f
1 changed files with 1 additions and 1 deletions

View File

@ -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'));