1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

Merge pull request #2671 from wenottingham/you-want-to-change-things---well---you-can't

Fix tooltip referring to PROJECTS_ROOT.

Reviewed-by: Bill Nottingham
             https://github.com/wenottingham
This commit is contained in:
softwarefactory-project-zuul[bot] 2018-11-13 21:01:19 +00:00 committed by GitHub
commit 5e18eccd19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ export default ['i18n', 'NotificationsList', 'TemplateList',
ngShow: "scm_type.value == 'manual' " ,
awPopOver: '<p>' + i18n._('Base path used for locating playbooks. Directories found inside this path will be listed in the playbook directory drop-down. ' +
'Together the base path and selected playbook directory provide the full path used to locate playbooks.') + '</p>' +
'<p>' + i18n.sprintf(i18n._('Change %s under "Configure {{BRAND_NAME}}" to change this location.'), 'PROJECTS_ROOT') + '</p>',
'<p>' + i18n.sprintf(i18n._('Change %s when deploying {{BRAND_NAME}} to change this location.'), 'PROJECTS_ROOT') + '</p>',
dataTitle: i18n._('Project Base Path'),
dataContainer: 'body',
dataPlacement: 'right',