FIX: 1.9.0 regressions with i18n

This commit is contained in:
Régis Hanol 2014-12-17 19:21:06 +01:00
parent 0d1bb7763a
commit c17b111b6d
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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}}

View File

@ -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}}