aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-09-27 20:26:47 +0200
committerMax Kostikov <max@kostikov.co>2018-09-27 20:26:47 +0200
commit56fdc4f3febbc5a2242d8ce6ab6d51f83feae42d (patch)
tree0531d0a1d4e4d8a4c638dcb611d056f7d734ef80
parentf17261020d977e217e6b05475baaba7bd06500af (diff)
downloadvolse-hubzilla-56fdc4f3febbc5a2242d8ce6ab6d51f83feae42d.tar.gz
volse-hubzilla-56fdc4f3febbc5a2242d8ce6ab6d51f83feae42d.tar.bz2
volse-hubzilla-56fdc4f3febbc5a2242d8ce6ab6d51f83feae42d.zip
Missprint in Oauth.php fixed
-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;
}