change wording
This commit is contained in:
parent
d7ec36e3da
commit
9af1b62bee
@ -90,8 +90,8 @@ class Oauth extends Controller {
|
||||
//Do not display any associated widgets at this point
|
||||
App::$pdl = '';
|
||||
|
||||
$o = '<b>OAuth App (Not Installed):</b><br>';
|
||||
$o .= t('An OAuth apps manager');
|
||||
$o = '<b>OAuth Apps Manager App (Not Installed):</b><br>';
|
||||
$o .= t('OAuth authenticatication tokens for mobile and remote apps');
|
||||
return $o;
|
||||
}
|
||||
|
||||
|
@ -97,8 +97,8 @@ class Oauth2 extends Controller {
|
||||
//Do not display any associated widgets at this point
|
||||
App::$pdl = '';
|
||||
|
||||
$o = '<b>OAuth2 App (Not Installed):</b><br>';
|
||||
$o .= t('An OAuth2 apps manager');
|
||||
$o = '<b>OAuth2 Apps Manager App (Not Installed):</b><br>';
|
||||
$o .= t('OAuth2 authenticatication tokens for mobile and remote apps');
|
||||
return $o;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user