From 2a0edd4ea5f3f532beca446d6504de30510aade5 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Thu, 21 Nov 2013 08:18:27 +0000 Subject: [PATCH] AC-706 fixed typo in help text on group edit page. --- awx/ui/static/js/forms/Groups.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/forms/Groups.js b/awx/ui/static/js/forms/Groups.js index 6ecb28e4c6..435c49980e 100644 --- a/awx/ui/static/js/forms/Groups.js +++ b/awx/ui/static/js/forms/Groups.js @@ -205,7 +205,7 @@ angular.module('GroupFormDefinition', []) addRequired: false, editRequired: false, awPopOver: '

If checked, all variables for child groups and hosts will be removed and replaced by those ' + - 'found on the external source.

When not checked a merge will be performed, combinging local variables with ' + + 'found on the external source.

When not checked a merge will be performed, combining local variables with ' + 'those found on the external source.

', dataTitle: 'Overwrite Variables', dataContainer: 'body',