0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 15:51:11 +02:00
discourse-custom-wizard/assets/javascripts/wizard/templates/components/validator.hbs

5 Zeilen
105 B
Handlebars

{{#if isValid}}
{{wizard-i18n validMessageKey}}
{{else}}
{{wizard-i18n invalidMessageKey}}
{{/if}}