add translations

This commit is contained in:
Max Kostikov 2018-09-28 15:23:38 +02:00
parent 27fef98a39
commit 52fea09c53

View File

@ -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;
}