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:
parent
98b984cf86
commit
2a0edd4ea5
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user