FIX: Correct copy for site setting

This commit is contained in:
David Taylor 2018-11-19 12:52:25 +00:00
parent 91774686e7
commit 6d2ac4a69a
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ en:
openid_connect_client_secret: "OpenID Connect client secret"
openid_connect_authorize_scope: "The scopes sent to the authorize endpoint. This must include 'openid'."
openid_connect_token_scope: "The scopes sent when requesting the token endpoint. The official specification does not require this."
openid_connect_use_userinfo: "Contact the userinfo endpoint for user metadata. If left blank, the 'code' will be used instead."
openid_connect_use_userinfo: "Contact the userinfo endpoint for user metadata. If left blank, the 'id_token' will be used instead."
openid_connect_error_redirects: "If the callback error_reason contains the first parameter, the user will be redirected to the URL in the second parameter"