From 727c2fcaf7d5d66303607c149e2d833d42060877 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Fri, 20 Feb 2015 18:00:48 -0500 Subject: [PATCH] Changed JT form survey error message --- awx/ui/static/js/forms/JobTemplates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/forms/JobTemplates.js b/awx/ui/static/js/forms/JobTemplates.js index ad50906cd0..f78f556474 100644 --- a/awx/ui/static/js/forms/JobTemplates.js +++ b/awx/ui/static/js/forms/JobTemplates.js @@ -275,7 +275,7 @@ export default ''+ ''+ // '
A survey is enabled but it does not exist. Create a survey or disable the survey.
' - '
A survey is enabled but it does not exist. Create a survey or disable the survey.
' + '
A survey is enabled but it does not exist. Create a survey or uncheck the Enable Survey box to disable the survey.
' }, allow_callbacks: { label: 'Allow Provisioning Callbacks',