Merge branch 'patch-11' into 'dev'

add translations

See merge request Kostikov/core!21
This commit is contained in:
Max Kostikov 2018-09-28 16:04:29 +02:00
commit 52916bfcec

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