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',