mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
i18n: Fix misplaced end of translation tag.
This commit is contained in:
parent
171703e480
commit
b3ef57657c
@ -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">×</span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user