mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
Merge pull request #4388 from falcon78921/wip-awx-grammar
awx/ui: fixed minor grammar error in Survey form Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
9cc23d5a71
@ -96,7 +96,7 @@ export default ['i18n', function(i18n){
|
||||
'</div>'+
|
||||
'<div class="col-sm-6">'+
|
||||
'<label for="text_max"><span class="Form-inputLabel">' + i18n._('Maximum Length') + '</span></label><input id="text_max" name="text_max" ng-model="text_max" aw-min="text_min || 0" min=0 aw-spinner="text_max" integer>'+
|
||||
'<div class="error" ng-show="survey_question_form.text_max.$error.integer || survey_question_form.text_max.$error.number">' + i18n._('The maximum length you entered is not a valid number. Please enter a whole nnumber.') + '</div>'+
|
||||
'<div class="error" ng-show="survey_question_form.text_max.$error.integer || survey_question_form.text_max.$error.number">' + i18n._('The maximum length you entered is not a valid number. Please enter a whole number.') + '</div>'+
|
||||
'<div class="error" ng-show="survey_question_form.text_max.$error.awMin">' + i18n._('The maximum length is too low. Please enter a number larger than the minimum length you set.') + '</div>'+
|
||||
'</div>'+
|
||||
'</div>',
|
||||
|
Loading…
Reference in New Issue
Block a user