diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 15:24:45 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 15:24:45 +0200 |
commit | 21272735ae92f58f9af78c00363d66199d96bb19 (patch) | |
tree | c96cc84fafbb841314b68d91368e342b7d8ffcd9 /Zotlabs/Module | |
parent | 27fef98a390b7dfb14c25c3ad7da456db670e607 (diff) | |
download | volse-hubzilla-21272735ae92f58f9af78c00363d66199d96bb19.tar.gz volse-hubzilla-21272735ae92f58f9af78c00363d66199d96bb19.tar.bz2 volse-hubzilla-21272735ae92f58f9af78c00363d66199d96bb19.zip |
Update Oauth2.php
Diffstat (limited to 'Zotlabs/Module')
-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; } |