diff --git a/app/assets/javascripts/discourse/templates/modal/change_owner.hbs b/app/assets/javascripts/discourse/templates/modal/change_owner.hbs index 7b7f2406a41..0e883136773 100644 --- a/app/assets/javascripts/discourse/templates/modal/change_owner.hbs +++ b/app/assets/javascripts/discourse/templates/modal/change_owner.hbs @@ -1,5 +1,5 @@
{{{i18n 'topic.change_owner.instructions_warn'}}}
diff --git a/app/assets/javascripts/discourse/templates/modal/merge_topic.hbs b/app/assets/javascripts/discourse/templates/modal/merge_topic.hbs index cd13edbf9d0..796ae9f8a61 100644 --- a/app/assets/javascripts/discourse/templates/modal/merge_topic.hbs +++ b/app/assets/javascripts/discourse/templates/modal/merge_topic.hbs @@ -5,7 +5,7 @@{{{i18n 'topic.merge_topic.instructions' count="selectedPostsCount"}}}
+{{{i18n 'topic.merge_topic.instructions' count=selectedPostsCount}}}