mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 19:37:38 -02:30
fixed typo in project timeout setting
This commit is contained in:
@@ -201,8 +201,8 @@ register(
|
|||||||
field_class=fields.IntegerField,
|
field_class=fields.IntegerField,
|
||||||
min_value=0,
|
min_value=0,
|
||||||
label=_('Default Project Update Timeout'),
|
label=_('Default Project Update Timeout'),
|
||||||
help_text=_('Maximum time to allow inventory updates to run. Use value of 0 to indicate that no '
|
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 inventory source will override this.'),
|
'timeout should be imposed. A timeout set on an individual project will override this.'),
|
||||||
category=_('Jobs'),
|
category=_('Jobs'),
|
||||||
category_slug='jobs',
|
category_slug='jobs',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user