diff --git a/awx/ui_next/src/components/AdHocCommands/AdHocDetailsStep.jsx b/awx/ui_next/src/components/AdHocCommands/AdHocDetailsStep.jsx index 8d9e118dda..4916ba8782 100644 --- a/awx/ui_next/src/components/AdHocCommands/AdHocDetailsStep.jsx +++ b/awx/ui_next/src/components/AdHocCommands/AdHocDetailsStep.jsx @@ -88,7 +88,7 @@ function CredentialStep({ i18n, verbosityOptions, moduleOptions }) { module_nameField.value ? ( <> {i18n._( - t`These arguments are used with the specified module. You can find information about the ${module_nameField.value} by clicking ` + t`These arguments are used with the specified module. You can find information about ${module_nameField.value} by clicking ` )}