Update Oauth.php

This commit is contained in:
Max Kostikov 2018-09-28 19:48:25 +02:00
parent c34c0c6718
commit 423e1422ef

View File

@ -97,7 +97,7 @@ class Oauth extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
$o = '<b>' . t('OAuth Apps Manager App (Not Installed):') . '</b><br>';
$o = '<b>' . t('OAuth Apps Manager App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('OAuth authentication tokens for mobile and remote apps');
return $o;
}