Update Oauth2.php

This commit is contained in:
Max Kostikov 2018-09-28 19:48:44 +02:00
parent 423e1422ef
commit c8399e8104

View File

@ -103,7 +103,7 @@ class Oauth2 extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
$o = '<b>' . t('OAuth2 Apps Manager App (Not Installed):') . '</b><br>';
$o = '<b>' . t('OAuth2 Apps Manager App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('OAuth2 authenticatication tokens for mobile and remote apps');
return $o;
}