add translations
This commit is contained in:
parent
27fef98a39
commit
52fea09c53
@ -97,7 +97,7 @@ class Oauth extends Controller {
|
||||
//Do not display any associated widgets at this point
|
||||
App::$pdl = '';
|
||||
|
||||
$o = '<b>OAuth Apps Manager App (Not Installed):</b><br>';
|
||||
$o = '<b>' . t('OAuth Apps Manager App (Not Installed):') . '</b><br>';
|
||||
$o .= t('OAuth authentication tokens for mobile and remote apps');
|
||||
return $o;
|
||||
}
|
||||
|
Reference in New Issue
Block a user