diff --git a/frontend/awx/resources/templates/TemplatePage/TemplateDetails.tsx b/frontend/awx/resources/templates/TemplatePage/TemplateDetails.tsx index eaf0f439b9..67df7aa4e3 100644 --- a/frontend/awx/resources/templates/TemplatePage/TemplateDetails.tsx +++ b/frontend/awx/resources/templates/TemplatePage/TemplateDetails.tsx @@ -208,7 +208,7 @@ export function TemplateDetails(props: { templateId?: string; disableScroll?: bo {template.limit} {verbosity} diff --git a/frontend/awx/resources/templates/WorkflowVisualizer/wizard/NodePromptsStep.tsx b/frontend/awx/resources/templates/WorkflowVisualizer/wizard/NodePromptsStep.tsx index cf3be9775f..faf553e002 100644 --- a/frontend/awx/resources/templates/WorkflowVisualizer/wizard/NodePromptsStep.tsx +++ b/frontend/awx/resources/templates/WorkflowVisualizer/wizard/NodePromptsStep.tsx @@ -181,7 +181,7 @@ export function NodePromptsStep() { label={t('Verbosity')} labelHelpTitle={t('Verbosity')} labelHelp={t( - 'Control the level of output ansible will produce as the playbook executes.' + 'Control the level of output Ansible will produce as the playbook executes.' )} options={[ { label: t`0 (Normal)`, value: 0 },