From 02c23fc1c6a3ce8404946cd77dffa531bf7a8e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Backeby?= Date: Thu, 4 Oct 2018 15:07:52 +0200 Subject: [PATCH] Fixed typo Ansbile->Ansible --- .../src/inventories-hosts/inventories/adhoc/adhoc.form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',