Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
Update settings text and file naming
Dieser Commit ist enthalten in:
Ursprung
21b0d52b1b
Commit
70c3f19334
3 geänderte Dateien mit 6 neuen und 5 gelöschten Zeilen
|
@ -1,8 +1,8 @@
|
|||
<h3>{{i18n "admin.wizard.category_settings.create_topic_wizard"}}</h3>
|
||||
<h3>{{i18n "admin.wizard.category_settings.custom_wizard.title"}}</h3>
|
||||
|
||||
<section class="field new-topic-wizard">
|
||||
<label for="new-topic-wizard">
|
||||
{{i18n "admin.wizard.category_settings.select_wizard"}}
|
||||
{{i18n "admin.wizard.category_settings.custom_wizard.create_topic_wizard"}}
|
||||
</label>
|
||||
<div class="controls">
|
||||
{{combo-box
|
|
@ -61,8 +61,9 @@ 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:
|
||||
|
|
Laden …
In neuem Issue referenzieren