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