diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 16:03:44 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 16:03:44 +0200 |
commit | cb2646154abc24c28b20599c265997ba5c27176f (patch) | |
tree | 84c93fbf053518cd75636c492257658f4f83319b | |
parent | 61a7c4fb3312ad29f5f557f6e9c4ef9c8589fa2e (diff) | |
parent | 21272735ae92f58f9af78c00363d66199d96bb19 (diff) | |
download | volse-hubzilla-cb2646154abc24c28b20599c265997ba5c27176f.tar.gz volse-hubzilla-cb2646154abc24c28b20599c265997ba5c27176f.tar.bz2 volse-hubzilla-cb2646154abc24c28b20599c265997ba5c27176f.zip |
Merge branch 'patch-12' into 'dev'
Update Oauth2.php
See merge request Kostikov/core!20
-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; } |