Missprint in Oauth.php fixed

This commit is contained in:
Max Kostikov 2018-09-27 20:26:47 +02:00
parent f17261020d
commit 56fdc4f3fe

View File

@ -98,7 +98,7 @@ class Oauth extends Controller {
App::$pdl = '';
$o = '<b>OAuth Apps Manager App (Not Installed):</b><br>';
$o .= t('OAuth authenticatication tokens for mobile and remote apps');
$o .= t('OAuth authentication tokens for mobile and remote apps');
return $o;
}