From da58db74310df844b55d2bb4e08b0c7c7cc15d4e Mon Sep 17 00:00:00 2001 From: Daniel Sami Date: Wed, 9 Sep 2020 15:42:02 -0400 Subject: [PATCH] grammar fix --- awx/ui_next/src/components/AdHocCommands/AdHocDetailsStep.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ` )}