From b24200245e3c743a5d85cda80547a321e5578c2b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 8 Jun 2016 17:08:17 -0400 Subject: [PATCH] Fix spelling --- awx/ui/client/src/forms/Credentials.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/forms/Credentials.js b/awx/ui/client/src/forms/Credentials.js index d424407abf..92642bf239 100644 --- a/awx/ui/client/src/forms/Credentials.js +++ b/awx/ui/client/src/forms/Credentials.js @@ -323,7 +323,7 @@ export default }, tenant: { type: 'text', - label: 'Tenent ID', + label: 'Tenant ID', subForm: 'credentialSubForm', ngShow: "kind.value === 'azure_rm'" },