Merge branch 'patch-12' into 'dev'
Update Oauth2.php See merge request Kostikov/core!20
This commit is contained in:
commit
cb2646154a
@ -103,7 +103,7 @@ class Oauth2 extends Controller {
|
|||||||
//Do not display any associated widgets at this point
|
//Do not display any associated widgets at this point
|
||||||
App::$pdl = '';
|
App::$pdl = '';
|
||||||
|
|
||||||
$o = '<b>OAuth2 Apps Manager App (Not Installed):</b><br>';
|
$o = '<b>' . t('OAuth2 Apps Manager App (Not Installed):') . '</b><br>';
|
||||||
$o .= t('OAuth2 authenticatication tokens for mobile and remote apps');
|
$o .= t('OAuth2 authenticatication tokens for mobile and remote apps');
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user