diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 19:48:25 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 19:48:25 +0200 |
commit | 423e1422ef00f69a54322836f3b6df671b054e77 (patch) | |
tree | 21808dc43e051b4d5e4d562b4e10164e6d30a0ae /Zotlabs | |
parent | c34c0c671883385145b6cda7bb84ace143b55bd6 (diff) | |
download | volse-hubzilla-423e1422ef00f69a54322836f3b6df671b054e77.tar.gz volse-hubzilla-423e1422ef00f69a54322836f3b6df671b054e77.tar.bz2 volse-hubzilla-423e1422ef00f69a54322836f3b6df671b054e77.zip |
Update Oauth.php
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Oauth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Oauth.php b/Zotlabs/Module/Oauth.php index a0a6f37cb..27c062df2 100644 --- a/Zotlabs/Module/Oauth.php +++ b/Zotlabs/Module/Oauth.php @@ -97,7 +97,7 @@ class Oauth extends Controller { //Do not display any associated widgets at this point App::$pdl = ''; - $o = '<b>' . t('OAuth Apps Manager App (Not Installed):') . '</b><br>'; + $o = '<b>' . t('OAuth Apps Manager App') . ' (' . t('Not Installed') . '):</b><br>'; $o .= t('OAuth authentication tokens for mobile and remote apps'); return $o; } |