From dcb3a0eab3694adaa4abfefe0462a5b1b5563bbc Mon Sep 17 00:00:00 2001 From: Tina Yip Date: Fri, 16 Aug 2024 14:01:55 -0400 Subject: [PATCH] updates to remaining verbosity help text --- .../awx/resources/templates/TemplatePage/TemplateDetails.tsx | 2 +- .../templates/WorkflowVisualizer/wizard/NodePromptsStep.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 },