1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00

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,
editRequired: false,
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>',
dataTitle: 'Overwrite Variables',
dataContainer: 'body',