aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2018-09-28 04:14:51 +0200
committerM. Dent <dentm42@gmail.com>2018-09-28 04:14:51 +0200
commitf72464a240b18f69fc203dc4f07553b3922a2cf0 (patch)
treeebb6ea8344ae86fbd622d7d10870aa3cd05f37aa
parentc15de3b68b2fecdaec70e5978f9b592ddfc57013 (diff)
parent56fdc4f3febbc5a2242d8ce6ab6d51f83feae42d (diff)
downloadvolse-hubzilla-f72464a240b18f69fc203dc4f07553b3922a2cf0.tar.gz
volse-hubzilla-f72464a240b18f69fc203dc4f07553b3922a2cf0.tar.bz2
volse-hubzilla-f72464a240b18f69fc203dc4f07553b3922a2cf0.zip
Merge branch 'patch-8' into 'dev'
Missprint in Oauth.php fixed See merge request hubzilla/core!1288
-rw-r--r--Zotlabs/Module/Oauth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Oauth.php b/Zotlabs/Module/Oauth.php
index 5aae71ae7..fbcc48ead 100644
--- a/Zotlabs/Module/Oauth.php
+++ b/Zotlabs/Module/Oauth.php
@@ -98,7 +98,7 @@ class Oauth extends Controller {
App::$pdl = '';
$o = '<b>OAuth Apps Manager App (Not Installed):</b><br>';
- $o .= t('OAuth authenticatication tokens for mobile and remote apps');
+ $o .= t('OAuth authentication tokens for mobile and remote apps');
return $o;
}