From bb92296478bcd4ee62fe4a4d402ebd4ab225fb6b Mon Sep 17 00:00:00 2001 From: James McClune Date: Sat, 27 Jul 2019 15:24:24 -0400 Subject: [PATCH] awx/ui: fixed minor grammar error in Survey form Signed-off-by: James McClune --- .../templates/survey-maker/shared/question-definition.form.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/templates/survey-maker/shared/question-definition.form.js b/awx/ui/client/src/templates/survey-maker/shared/question-definition.form.js index 86c188fdcf..2cfc932c71 100644 --- a/awx/ui/client/src/templates/survey-maker/shared/question-definition.form.js +++ b/awx/ui/client/src/templates/survey-maker/shared/question-definition.form.js @@ -96,7 +96,7 @@ export default ['i18n', function(i18n){ ''+ '
'+ ''+ - '
' + i18n._('The maximum length you entered is not a valid number. Please enter a whole nnumber.') + '
'+ + '
' + i18n._('The maximum length you entered is not a valid number. Please enter a whole number.') + '
'+ '
' + i18n._('The maximum length is too low. Please enter a number larger than the minimum length you set.') + '
'+ '
'+ '', @@ -309,4 +309,4 @@ export default ['i18n', function(i18n){ } } }; -}]; \ No newline at end of file +}];