UX: Replace concatenated translation

This commit is contained in:
Gerhard Schlager 2022-11-09 21:19:03 +01:00 committed by Gerhard Schlager
parent 5aa951817c
commit 5268da037a
2 changed files with 2 additions and 4 deletions

View File

@ -10,8 +10,7 @@
{{#unless this.showPositionInput}}
<section class="field position-disabled">
{{i18n "category.position_disabled"}}
<a href={{get-url "/admin/site_settings/category/basic"}}>{{i18n "category.position_disabled_click"}}</a>
{{html-safe (i18n "category.position_disabled" url=(get-url "/admin/site_settings/category/all_results?filter=fixed_category_positions"))}}
</section>
{{/unless}}

View File

@ -3541,8 +3541,7 @@ en:
this_year: "this year"
position: "Position on the categories page:"
default_position: "Default Position"
position_disabled: "Categories will be displayed in order of activity. To control the order of categories in lists, "
position_disabled_click: 'enable the "fixed category positions" setting.'
position_disabled: "Categories will be displayed in order of activity. To control the order of categories in lists, enable the <a href='%{url}'>'fixed category positions'</a> setting."
minimum_required_tags: "Minimum number of tags required in a topic:"
default_slow_mode: 'Enable "Slow Mode" for new topics in this category.'
parent: "Parent Category"