diff options
author | zotlabs <mike@macgirvin.com> | 2018-07-15 23:32:09 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-07-15 23:32:09 -0700 |
commit | 82a4bbd571131462bbff1cb2455af46747f3b840 (patch) | |
tree | fb09ffea58f600317c2f4c9aea53c25617e5f3a4 /Zotlabs/Module/Settings/Oauth2.php | |
parent | c187461985fe5e6fa512ded78193d121c5ff6db0 (diff) | |
download | volse-hubzilla-82a4bbd571131462bbff1cb2455af46747f3b840.tar.gz volse-hubzilla-82a4bbd571131462bbff1cb2455af46747f3b840.tar.bz2 volse-hubzilla-82a4bbd571131462bbff1cb2455af46747f3b840.zip |
spellcheck
Diffstat (limited to 'Zotlabs/Module/Settings/Oauth2.php')
-rw-r--r-- | Zotlabs/Module/Settings/Oauth2.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Settings/Oauth2.php b/Zotlabs/Module/Settings/Oauth2.php index 985095115..f58d01d8c 100644 --- a/Zotlabs/Module/Settings/Oauth2.php +++ b/Zotlabs/Module/Settings/Oauth2.php @@ -115,8 +115,8 @@ class Oauth2 { '$name' => array('name', t('Name'), $app['client_id'], t('Name of application')), '$secret' => array('secret', t('Consumer Secret'), $app['client_secret'], t('Automatically generated - change if desired. Max length 20')), '$redirect' => array('redirect', t('Redirect'), $app['redirect_uri'], t('Redirect URI - leave blank unless your application specifically requires this')), - '$grant' => array('grant', t('Grant Types'), $app['grant_types'], t('leave blank unless your application sepcifically requires this')), - '$scope' => array('scope', t('Authorization scope'), $app['scope'], t('leave blank unless your application sepcifically requires this')), + '$grant' => array('grant', t('Grant Types'), $app['grant_types'], t('leave blank unless your application specifically requires this')), + '$scope' => array('scope', t('Authorization scope'), $app['scope'], t('leave blank unless your application specifically requires this')), )); return $o; } |