diff options
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Oauth2.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 = '<b>OAuth2 Apps Manager App (Not Installed):</b><br>'; + $o = '<b>' . t('OAuth2 Apps Manager App (Not Installed):') . '</b><br>'; $o .= t('OAuth2 authenticatication tokens for mobile and remote apps'); return $o; } |