AC-706 fixed typo in help text on group edit page.

This commit is contained in:
Chris Houseknecht
2013-11-21 08:18:27 +00:00
parent 98b984cf86
commit 2a0edd4ea5

View File

@@ -205,7 +205,7 @@ angular.module('GroupFormDefinition', [])
addRequired: false, addRequired: false,
editRequired: false, editRequired: false,
awPopOver: '<p>If checked, all variables for child groups and hosts will be removed and replaced by those ' + awPopOver: '<p>If checked, all variables for child groups and hosts will be removed and replaced by those ' +
'found on the external source.</p><p>When not checked a merge will be performed, combinging local variables with ' + 'found on the external source.</p><p>When not checked a merge will be performed, combining local variables with ' +
'those found on the external source.</p>', 'those found on the external source.</p>',
dataTitle: 'Overwrite Variables', dataTitle: 'Overwrite Variables',
dataContainer: 'body', dataContainer: 'body',