diff --git a/Zotlabs/Module/Oauth.php b/Zotlabs/Module/Oauth.php
index fbcc48ead..a0a6f37cb 100644
--- a/Zotlabs/Module/Oauth.php
+++ b/Zotlabs/Module/Oauth.php
@@ -97,7 +97,7 @@ class Oauth extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
- $o = 'OAuth Apps Manager App (Not Installed):
';
+ $o = '' . t('OAuth Apps Manager App (Not Installed):') . '
';
$o .= t('OAuth authentication tokens for mobile and remote apps');
return $o;
}