From bb404c24e091bf71653a8d9b53f6224cb290e5d1 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 13 Aug 2014 00:22:59 -0400 Subject: [PATCH] Change e-mail to email in GCE help, to match the other help entries and the UI field name. --- awx/ui/static/js/forms/Credentials.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/forms/Credentials.js b/awx/ui/static/js/forms/Credentials.js index d2583caf88..a720168558 100644 --- a/awx/ui/static/js/forms/Credentials.js +++ b/awx/ui/static/js/forms/Credentials.js @@ -175,7 +175,7 @@ angular.module('CredentialFormDefinition', []) init: false }, autocomplete: false, - awPopOver: '

The e-mail address assigned to the Google Compute Engine service account.

', + awPopOver: '

The email address assigned to the Google Compute Engine service account.

', dataTitle: 'Email', dataPlacement: 'right', dataContainer: "body"