mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
grammar fix
This commit is contained in:
parent
3402e5db35
commit
da58db7431
@ -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 `
|
||||
)}
|
||||
<a
|
||||
href={`https://docs.ansible.com/ansible/latest/modules/${module_nameField.value}_module.html`}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user