mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
UX: Replace concatenated translation
This commit is contained in:
parent
5aa951817c
commit
5268da037a
@ -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}}
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user