From 696e356fd145b21e25d3a7cc217b0c50c3ad6a14 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Fri, 12 Dec 2014 10:21:57 -0500 Subject: [PATCH] Changed labels for survey maker min/max For text and textarea questions, i changed the labels from 'Minimum' and 'Maximum' to 'Minimum Length' and 'Maximum Length' --- awx/ui/static/js/forms/SurveyQuestion.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/awx/ui/static/js/forms/SurveyQuestion.js b/awx/ui/static/js/forms/SurveyQuestion.js index f25d83a22d..f429852fac 100644 --- a/awx/ui/static/js/forms/SurveyQuestion.js +++ b/awx/ui/static/js/forms/SurveyQuestion.js @@ -102,13 +102,13 @@ angular.module('SurveyQuestionFormDefinition', []) type: 'custom', control:'
'+ '
'+ - ''+ + ''+ '
This is not valid integer!
'+ '
Too high!
'+ '
Too low!
'+ '
'+ '
'+ - ''+ + ''+ '
This is not valid integer!
'+ '
Too low!
'+ '
'+ @@ -123,13 +123,13 @@ angular.module('SurveyQuestionFormDefinition', []) type: 'custom', control:'
'+ '
'+ - ''+ + ''+ '
This is not valid integer!
'+ '
Too high!
'+ '
Too low!
'+ '
'+ '
'+ - ''+ + ''+ '
This is not valid integer!
'+ '
Too low!
'+ '
'+