mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
Changed task to job in job timeout description, fixes #9016
This commit is contained in:
@@ -433,7 +433,7 @@ function JobTemplateForm({
|
|||||||
min="0"
|
min="0"
|
||||||
label={i18n._(t`Timeout`)}
|
label={i18n._(t`Timeout`)}
|
||||||
tooltip={i18n._(t`The amount of time (in seconds) to run
|
tooltip={i18n._(t`The amount of time (in seconds) to run
|
||||||
before the task is canceled. Defaults to 0 for no job
|
before the job is canceled. Defaults to 0 for no job
|
||||||
timeout.`)}
|
timeout.`)}
|
||||||
/>
|
/>
|
||||||
<FieldWithPrompt
|
<FieldWithPrompt
|
||||||
|
|||||||
Reference in New Issue
Block a user