mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
AC-706 fixed typo in help text on group edit page.
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user