1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

correct authorization code expiration help-text

This commit is contained in:
Christian Adams 2019-01-18 13:27:01 -05:00
parent d2fa5cc182
commit 5c080678a6

View File

@ -43,7 +43,7 @@ register(
help_text=_('Dictionary for customizing OAuth 2 timeouts, available items are '
'`ACCESS_TOKEN_EXPIRE_SECONDS`, the duration of access tokens in the number '
'of seconds, and `AUTHORIZATION_CODE_EXPIRE_SECONDS`, the duration of '
'authorization grants in the number of seconds.'),
'authorization codes in the number of seconds.'),
category=_('Authentication'),
category_slug='authentication',
)