From: Sarven Capadisli Date: Wed, 13 Jan 2010 20:43:23 +0000 (+0000) Subject: Changed legend text from Login to Account because it is not really X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3aa0d8bea7395b4c67521af4bad5c8936ea194fa;p=quix0rs-gnu-social.git Changed legend text from Login to Account because it is not really logging iny --- diff --git a/actions/apioauthauthorize.php b/actions/apioauthauthorize.php index 72d1426511..fa074c4e76 100644 --- a/actions/apioauthauthorize.php +++ b/actions/apioauthauthorize.php @@ -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'));