diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 19:48:44 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 19:48:44 +0200 |
commit | c8399e8104b44273052581c5bbdb77debbe5b75e (patch) | |
tree | 70d4e59014774f849eaef4be0b23d04d7bc50b3e /Zotlabs/Module | |
parent | 423e1422ef00f69a54322836f3b6df671b054e77 (diff) | |
download | volse-hubzilla-c8399e8104b44273052581c5bbdb77debbe5b75e.tar.gz volse-hubzilla-c8399e8104b44273052581c5bbdb77debbe5b75e.tar.bz2 volse-hubzilla-c8399e8104b44273052581c5bbdb77debbe5b75e.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 608da6d51..db2687b4c 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>' . t('OAuth2 Apps Manager App (Not Installed):') . '</b><br>'; + $o = '<b>' . t('OAuth2 Apps Manager App') . ' (' . t('Not Installed') . '):</b><br>'; $o .= t('OAuth2 authenticatication tokens for mobile and remote apps'); return $o; } |