diff --git a/awx/ui/client/src/inventories-hosts/inventories/adhoc/adhoc.form.js b/awx/ui/client/src/inventories-hosts/inventories/adhoc/adhoc.form.js index e3cd25263d..1be324754a 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/adhoc/adhoc.form.js +++ b/awx/ui/client/src/inventories-hosts/inventories/adhoc/adhoc.form.js @@ -68,7 +68,7 @@ export default ['i18n', function(i18n) { awPopOver: '

Select the credential you want to use when ' + 'accessing the remote hosts to run the command. ' + 'Choose the credential containing ' + - 'the username and SSH key or password that Ansbile ' + + 'the username and SSH key or password that Ansible ' + 'will need to log into the remote hosts.

', dataTitle: i18n._('Credential'), dataPlacement: 'right',