0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2025-02-03 03:47:00 +01:00
discourse-custom-wizard/assets/javascripts/wizard/templates/components/validator.hbs

6 Zeilen
105 B
Handlebars

2021-01-26 13:35:10 +05:30
{{#if isValid}}
{{wizard-i18n validMessageKey}}
2021-01-26 13:35:10 +05:30
{{else}}
{{wizard-i18n invalidMessageKey}}
2021-01-26 13:35:10 +05:30
{{/if}}