aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Oauth.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Oauth.php')
-rw-r--r--Zotlabs/Module/Oauth.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Oauth.php b/Zotlabs/Module/Oauth.php
index 9297eb65d..d087ecec4 100644
--- a/Zotlabs/Module/Oauth.php
+++ b/Zotlabs/Module/Oauth.php
@@ -90,8 +90,8 @@ class Oauth extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
- $o = '<b>OAuth App (Not Installed):</b><br>';
- $o .= t('An OAuth apps manager');
+ $o = '<b>OAuth Apps Manager App (Not Installed):</b><br>';
+ $o .= t('OAuth authenticatication tokens for mobile and remote apps');
return $o;
}