Merge branch 'patch-8' into 'dev'

Missprint in Oauth.php fixed

See merge request hubzilla/core!1288
This commit is contained in:
M. Dent
2018-09-28 04:14:51 +02:00

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