diff --git a/assets/javascripts/discourse/components/wizard-subscription-container.js.es6 b/assets/javascripts/discourse/components/wizard-subscription-container.js.es6
index 5cc6b17c..3a1eac9c 100644
--- a/assets/javascripts/discourse/components/wizard-subscription-container.js.es6
+++ b/assets/javascripts/discourse/components/wizard-subscription-container.js.es6
@@ -7,7 +7,7 @@ export default Component.extend(Subscription, {
@discourseComputed("subscribed")
subscribedIcon(subscribed) {
- return subscribed ? "check" : "dash";
+ return subscribed ? "check" : "times";
},
@discourseComputed("subscribed")
diff --git a/assets/javascripts/discourse/templates/admin-wizards-api-show.hbs b/assets/javascripts/discourse/templates/admin-wizards-api-show.hbs
index 303b3f6d..7fe0fd21 100644
--- a/assets/javascripts/discourse/templates/admin-wizards-api-show.hbs
+++ b/assets/javascripts/discourse/templates/admin-wizards-api-show.hbs
@@ -32,13 +32,19 @@
- {{input type="checkbox" checked=wizard.after_signup}}
+
{{i18n "admin.wizard.after_signup_label"}}
@@ -88,7 +99,10 @@
- {{input type="checkbox" checked=wizard.prompt_completion}}
+
{{i18n "admin.wizard.prompt_completion_label"}}
@@ -98,7 +112,10 @@
- {{input type="checkbox" checked=wizard.after_time}}
+
{{i18n "admin.wizard.after_time_label"}}
{{d-button
action=(action "setNextSessionScheduled")
@@ -114,7 +131,10 @@
- {{input type="checkbox" checked=wizard.required}}
+
{{i18n "admin.wizard.required_label"}}
@@ -124,7 +144,10 @@
- {{input type="checkbox" checked=wizard.restart_on_revisit}}
+
{{i18n "admin.wizard.restart_on_revisit_label"}}
diff --git a/assets/javascripts/discourse/templates/components/custom-field-input.hbs b/assets/javascripts/discourse/templates/components/custom-field-input.hbs
index c0bdaaff..8c532cc9 100644
--- a/assets/javascripts/discourse/templates/components/custom-field-input.hbs
+++ b/assets/javascripts/discourse/templates/components/custom-field-input.hbs
@@ -20,9 +20,10 @@
)}}
- {{input
- value=field.name
- placeholder=(i18n "admin.wizard.custom_field.name.select")}}
+
|
{{multi-select
diff --git a/assets/javascripts/discourse/templates/components/custom-wizard-editor.hbs b/assets/javascripts/discourse/templates/components/custom-wizard-editor.hbs
index 5c1cc45b..6350594c 100644
--- a/assets/javascripts/discourse/templates/components/custom-wizard-editor.hbs
+++ b/assets/javascripts/discourse/templates/components/custom-wizard-editor.hbs
@@ -40,7 +40,12 @@
{{conditional-loading-spinner condition=loading}}
- {{textarea tabindex=tabindex value=value class="d-editor-input" placeholder=placeholder}}
+
{{/if}}
diff --git a/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs b/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs
index 8763d3a5..6777c9db 100644
--- a/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs
+++ b/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs
@@ -79,7 +79,10 @@
)}}
- {{input type="checkbox" checked=action.post_builder}}
+
{{i18n "admin.wizard.action.post_builder.checkbox"}}
@@ -408,7 +411,10 @@
- {{input type="checkbox" checked=action.wizard_user}}
+
@@ -477,7 +483,10 @@
- {{input type="checkbox" checked=action.wizard_user}}
+
@@ -877,7 +886,10 @@
- {{input type="checkbox" checked=action.skip_redirect}}
+
{{i18n "admin.wizard.action.skip_redirect.description" type="topic"}}
@@ -891,7 +903,10 @@
- {{input type="checkbox" checked=action.suppress_notifications}}
+
{{i18n "admin.wizard.action.suppress_notifications.description" type="topic"}}
@@ -907,7 +922,7 @@
- {{input value=action.code}}
+
{{/if}}
diff --git a/assets/javascripts/discourse/templates/components/wizard-custom-field.hbs b/assets/javascripts/discourse/templates/components/wizard-custom-field.hbs
index 6273f9a9..038d22fb 100644
--- a/assets/javascripts/discourse/templates/components/wizard-custom-field.hbs
+++ b/assets/javascripts/discourse/templates/components/wizard-custom-field.hbs
@@ -11,7 +11,10 @@
- {{input name="label" value=field.label}}
+
@@ -22,7 +25,10 @@
{{i18n "admin.wizard.field.required_label"}}
- {{input type="checkbox" checked=field.required}}
+
@@ -31,7 +37,10 @@
- {{textarea name="description" value=field.description}}
+
@@ -78,11 +87,12 @@
- {{input
- type="number"
+
@@ -92,11 +102,12 @@
- {{input
- type="number"
+
@@ -107,9 +118,10 @@
{{i18n "admin.wizard.field.char_counter_placeholder"}}
- {{input
- type="checkbox"
- checked=field.char_counter}}
+
@@ -119,10 +131,11 @@
- {{textarea
+
{{/if}}
@@ -134,7 +147,11 @@
- {{textarea name="preview-template" value=field.preview_template class="preview-template"}}
+
{{/if}}
@@ -146,7 +163,10 @@
- {{input value=field.file_types class="medium"}}
+
{{/if}}
@@ -158,7 +178,11 @@
- {{input type="number" value=field.limit class="small"}}
+
{{/if}}
@@ -170,7 +194,10 @@
- {{input value=field.format class="medium"}}
+
@@ -229,9 +256,10 @@
- {{input
- type="checkbox"
- checked=field.can_create_tag}}
+
{{/if}}
diff --git a/assets/javascripts/discourse/templates/components/wizard-custom-step.hbs b/assets/javascripts/discourse/templates/components/wizard-custom-step.hbs
index 40ac09e0..c1aadd4b 100644
--- a/assets/javascripts/discourse/templates/components/wizard-custom-step.hbs
+++ b/assets/javascripts/discourse/templates/components/wizard-custom-step.hbs
@@ -3,9 +3,10 @@
- {{input
+
@@ -51,7 +52,10 @@
{{i18n "admin.wizard.step.force_final.label"}}
- {{input type="checkbox" checked=step.force_final}}
+
{{i18n "admin.wizard.step.force_final.description"}}
@@ -77,7 +81,9 @@
{{i18n "admin.wizard.step.required_data.not_permitted_message"}}
- {{input value=step.required_data_message}}
+
{{/if}}
diff --git a/assets/javascripts/discourse/templates/components/wizard-mapper-selector.hbs b/assets/javascripts/discourse/templates/components/wizard-mapper-selector.hbs
index cb94b7ae..8ab5ea37 100644
--- a/assets/javascripts/discourse/templates/components/wizard-mapper-selector.hbs
+++ b/assets/javascripts/discourse/templates/components/wizard-mapper-selector.hbs
@@ -21,11 +21,12 @@
|