]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apioauthauthorize.php
Changed legend text from Login to Account because it is not really
[quix0rs-gnu-social.git] / actions / apioauthauthorize.php
index 72d1426511400485e42f97170d84cf28dd18ae20..fa074c4e76e15cbbdbfdc335d9856e45b8e25030 100644 (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'));