From a2b5c384363bafa8c82e5ca76d63535a6a1babae Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Mon, 5 Jan 2015 09:40:30 -0500 Subject: [PATCH] Typo on survey help --- awx/ui/static/js/forms/SurveyQuestion.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/js/forms/SurveyQuestion.js b/awx/ui/static/js/forms/SurveyQuestion.js index e71fc30898..1193370d03 100644 --- a/awx/ui/static/js/forms/SurveyQuestion.js +++ b/awx/ui/static/js/forms/SurveyQuestion.js @@ -47,7 +47,7 @@ angular.module('SurveyQuestionFormDefinition', []) // addRequired: true, // editRequired: true, // column: 1, - // awPopOver: '

The suggested format for variable names are lowercase, underscore-seperated descriptive nouns.

'+ + // awPopOver: '

The suggested format for variable names are lowercase, underscore-separated descriptive nouns.

'+ // '

For example:
foo_bar
\n user_id
\n host_name
' , // dataTitle: 'Answer Variable Name', // dataPlacement: 'right', @@ -57,7 +57,7 @@ angular.module('SurveyQuestionFormDefinition', []) ealName: 'variable', type: 'custom', control:''+ '

'+