Skip to content

Commit

Permalink
updates to remaining verbosity help text popovers (#3002)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiyiprh authored Aug 27, 2024
1 parent 113f6ad commit 54712ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export function TemplateDetails(props: { templateId?: string; disableScroll?: bo
<PageDetail label={t('Limit')}>{template.limit}</PageDetail>
<PageDetail
label={t('Verbosity')}
helpText={t('Control the level of output ansible will produce as the playbook executes.')}
helpText={t('Control the level of output Ansible will produce as the playbook executes.')}
>
{verbosity}
</PageDetail>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,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 },
Expand Down

0 comments on commit 54712ec

Please sign in to comment.