diff --git a/assets/javascripts/discourse/connectors/category-custom-settings/create-topic-wizard.hbs b/assets/javascripts/discourse/connectors/category-custom-settings/custom-wizard-category-settings.hbs similarity index 67% rename from assets/javascripts/discourse/connectors/category-custom-settings/create-topic-wizard.hbs rename to assets/javascripts/discourse/connectors/category-custom-settings/custom-wizard-category-settings.hbs index 027296f0..4b5d673d 100644 --- a/assets/javascripts/discourse/connectors/category-custom-settings/create-topic-wizard.hbs +++ b/assets/javascripts/discourse/connectors/category-custom-settings/custom-wizard-category-settings.hbs @@ -1,8 +1,8 @@ -

{{i18n "admin.wizard.category_settings.create_topic_wizard"}}

+

{{i18n "admin.wizard.category_settings.custom_wizard.title"}}

{{combo-box diff --git a/assets/javascripts/discourse/connectors/category-custom-settings/create-topic-wizard.js.es6 b/assets/javascripts/discourse/connectors/category-custom-settings/custom-wizard-category-settings.js.es6 similarity index 100% rename from assets/javascripts/discourse/connectors/category-custom-settings/create-topic-wizard.js.es6 rename to assets/javascripts/discourse/connectors/category-custom-settings/custom-wizard-category-settings.js.es6 diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index cbcf6e5a..40e103c8 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -61,9 +61,10 @@ en: condition: "Condition" index: "Index" category_settings: - create_topic_wizard: "Create Topic Wizard" - select_wizard: "Select a wizard you want to use for creating topics in this category" - + custom_wizard: + title: "Custom Wizard" + create_topic_wizard: "Select a wizard to replace the new topic composer in this category." + message: wizard: select: "Select a wizard, or create a new one"