diff --git a/assets/javascripts/wizard/templates/components/validator.hbs b/assets/javascripts/wizard/templates/components/validator.hbs index 88ffa227..a233df9c 100644 --- a/assets/javascripts/wizard/templates/components/validator.hbs +++ b/assets/javascripts/wizard/templates/components/validator.hbs @@ -1,5 +1,5 @@ {{#if isValid}} {{wizard-i18n validMessageKey}} -{{else}} +{{else}} {{wizard-i18n invalidMessageKey}} {{/if}}