i18n: Fix misplaced end of translation tag.

This commit is contained in:
Tim Abbott 2021-09-30 16:08:30 -07:00
parent 171703e480
commit b3ef57657c

View File

@ -4,7 +4,7 @@
<h3 id="move_topic_modal_label">{{t "Move topic" }} </h3>
</div>
<div class="modal-body">
<p>{{#tr}}Move all messages in <strong>{topic_name}</strong>{{/tr}} to:</p>
<p>{{#tr}}Move all messages in <strong>{topic_name}</strong> to:{{/tr}}</p>
<form id="move_topic_form">
<div id="topic_stream_edit_form_error" class="alert">
<span class="send-status-close">&times;</span>