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 +}];