FIX: 1.9.0 regressions with i18n
This commit is contained in:
parent
0d1bb7763a
commit
c17b111b6d
|
@ -1,5 +1,5 @@
|
|||
<div class="modal-body">
|
||||
{{{i18n 'topic.change_owner.instructions' count="selectedPostsCount" old_user="selectedPostsUsername"}}}
|
||||
{{{i18n 'topic.change_owner.instructions' count=selectedPostsCount old_user=selectedPostsUsername}}}
|
||||
<p>
|
||||
{{{i18n 'topic.change_owner.instructions_warn'}}}
|
||||
</p>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
|
||||
<p>{{{i18n 'topic.merge_topic.instructions' count="selectedPostsCount"}}}</p>
|
||||
<p>{{{i18n 'topic.merge_topic.instructions' count=selectedPostsCount}}}</p>
|
||||
|
||||
<form>
|
||||
{{choose-topic selectedTopicId=selectedTopicId}}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
{{/if}}
|
||||
|
||||
{{#if showFilter}}
|
||||
<li><a class='btn' {{action "togglePosts" user}}>{{fa-icon "filter"}}{{i18n 'topic.filter_to' username="username" post_count="participant.post_count"}}</a></li>
|
||||
<li><a class='btn' {{action "togglePosts" user}}>{{fa-icon "filter"}}{{i18n 'topic.filter_to' username=username post_count=participant.post_count}}</a></li>
|
||||
{{/if}}
|
||||
|
||||
{{#if hasUserFilters}}
|
||||
|
|
Loading…
Reference in New Issue