aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-09-26 16:26:36 +0200
committerMario Vavti <mario@mariovavti.com>2018-09-26 16:26:36 +0200
commit9af1b62beef76781e3384a536377d9f8123aab07 (patch)
tree2ec8de03aa44bdee43fa566b11898c6b7dbf8717
parentd7ec36e3da017bff3bed64d2714e9cdf460e0c18 (diff)
downloadvolse-hubzilla-9af1b62beef76781e3384a536377d9f8123aab07.tar.gz
volse-hubzilla-9af1b62beef76781e3384a536377d9f8123aab07.tar.bz2
volse-hubzilla-9af1b62beef76781e3384a536377d9f8123aab07.zip
change wording
-rw-r--r--Zotlabs/Module/Oauth.php4
-rw-r--r--Zotlabs/Module/Oauth2.php4
2 files changed, 4 insertions, 4 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;
}
diff --git a/Zotlabs/Module/Oauth2.php b/Zotlabs/Module/Oauth2.php
index 2302d1b10..4c34b499f 100644
--- a/Zotlabs/Module/Oauth2.php
+++ b/Zotlabs/Module/Oauth2.php
@@ -97,8 +97,8 @@ class Oauth2 extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
- $o = '<b>OAuth2 App (Not Installed):</b><br>';
- $o .= t('An OAuth2 apps manager');
+ $o = '<b>OAuth2 Apps Manager App (Not Installed):</b><br>';
+ $o .= t('OAuth2 authenticatication tokens for mobile and remote apps');
return $o;
}