fixed typo in project timeout setting

This commit is contained in:
AlanCoding 2016-11-01 20:13:52 -04:00
parent 83e31b8618
commit aaf3a89a64

View File

@ -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',
)