diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-27 20:26:47 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-27 20:26:47 +0200 |
commit | 56fdc4f3febbc5a2242d8ce6ab6d51f83feae42d (patch) | |
tree | 0531d0a1d4e4d8a4c638dcb611d056f7d734ef80 /Zotlabs/Module/Oauth.php | |
parent | f17261020d977e217e6b05475baaba7bd06500af (diff) | |
download | volse-hubzilla-56fdc4f3febbc5a2242d8ce6ab6d51f83feae42d.tar.gz volse-hubzilla-56fdc4f3febbc5a2242d8ce6ab6d51f83feae42d.tar.bz2 volse-hubzilla-56fdc4f3febbc5a2242d8ce6ab6d51f83feae42d.zip |
Missprint in Oauth.php fixed
Diffstat (limited to 'Zotlabs/Module/Oauth.php')
-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 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; } |