diff --git a/assets/javascripts/discourse/templates/components/wizard-custom-step.hbs b/assets/javascripts/discourse/templates/components/wizard-custom-step.hbs index 610bf16b..48e22bbf 100644 --- a/assets/javascripts/discourse/templates/components/wizard-custom-step.hbs +++ b/assets/javascripts/discourse/templates/components/wizard-custom-step.hbs @@ -54,7 +54,9 @@ connectorContent=requiredConnectorContent}} {{#if step.required_data}}
- +
+ {{i18n 'admin.wizard.step.required_data.not_permitted_message'}} +
{{input value=step.required_data_message}}
{{/if}} diff --git a/assets/stylesheets/wizard_custom_admin.scss b/assets/stylesheets/wizard_custom_admin.scss index 1f6d58e6..3399b148 100644 --- a/assets/stylesheets/wizard_custom_admin.scss +++ b/assets/stylesheets/wizard_custom_admin.scss @@ -228,6 +228,10 @@ .custom-inputs { margin-bottom: 20px; } + + .required-data-message .label { + margin-bottom: 5px; + } } .setting .add-custom-input {