mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
fixed typo in project timeout setting
This commit is contained in:
parent
83e31b8618
commit
aaf3a89a64
@ -201,8 +201,8 @@ register(
|
||||
field_class=fields.IntegerField,
|
||||
min_value=0,
|
||||
label=_('Default Project Update Timeout'),
|
||||
help_text=_('Maximum time to allow inventory updates to run. Use value of 0 to indicate that no '
|
||||
'timeout should be imposed. A timeout set on an individual inventory source will override this.'),
|
||||
help_text=_('Maximum time to allow project updates to run. Use value of 0 to indicate that no '
|
||||
'timeout should be imposed. A timeout set on an individual project will override this.'),
|
||||
category=_('Jobs'),
|
||||
category_slug='jobs',
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user