From 70c3f19334293a46821cbabab696735ca58aba0c Mon Sep 17 00:00:00 2001 From: angusmcleod Date: Thu, 9 Dec 2021 09:53:10 +0800 Subject: [PATCH] Update settings text and file naming --- ...opic-wizard.hbs => custom-wizard-category-settings.hbs} | 4 ++-- ...izard.js.es6 => custom-wizard-category-settings.js.es6} | 0 config/locales/client.en.yml | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) rename assets/javascripts/discourse/connectors/category-custom-settings/{create-topic-wizard.hbs => custom-wizard-category-settings.hbs} (67%) rename assets/javascripts/discourse/connectors/category-custom-settings/{create-topic-wizard.js.es6 => custom-wizard-category-settings.js.es6} (100%) 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"