From e849dff3862c2c568c7179c6618aaf33730905e6 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Mon, 16 Feb 2015 12:13:40 -0500 Subject: [PATCH] Changed wording on survey error message Chris Wang found a wording issue with the survey error messages --- 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 40f692d474..d7d0fff516 100644 --- a/awx/ui/static/js/forms/SurveyQuestion.js +++ b/awx/ui/static/js/forms/SurveyQuestion.js @@ -211,7 +211,7 @@ export default ''+ '
'+ ''+ - '
Please enter an answer for the choices listed.
' + + '
Please enter an answer from the choices listed.
' + '
The answer is shorter than the minimium length. Please make the answer longer.
' + '
The answer is longer than the maximum length. Please make the answer shorter.
' + '
'+ @@ -227,7 +227,7 @@ export default ''+ '
'+ ''+ - '
Please enter an answer/answers for the choices listed.
' + + '
Please enter an answer/answers from the choices listed.
' + '
'+ '
'+ '
',