mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 16:53:43 +08:00
Add a hint about the fixed_category_positions site setting in the edit category modal.
This commit is contained in:
parent
27cbc06563
commit
4ca0a162b4
|
@ -128,6 +128,8 @@
|
|||
<label>{{i18n category.position}}</label>
|
||||
{{textField value=position class="position-input"}}
|
||||
</section>
|
||||
{{else}}
|
||||
<p>{{i18n category.position_disabled}}</p>
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/unless}}
|
||||
|
|
|
@ -1132,6 +1132,7 @@ en:
|
|||
this_year: "this year"
|
||||
position: "position"
|
||||
default_position: "Default Position"
|
||||
position_disabled: 'Categories will be displayed in order of activity. To control the order of categories in lists, enable the "fixed category positions" setting.'
|
||||
parent: "Parent Category"
|
||||
|
||||
flagging:
|
||||
|
|
Loading…
Reference in New Issue
Block a user