mirror of https://github.com/zulip/zulip.git
templates: Fix typo in stream deactivation modal.
This commit is contained in:
parent
5e47d8446f
commit
e319a1e5e8
|
@ -7,7 +7,7 @@
|
|||
</h3>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
Archiving stream <strong>{{stream_name}}</strong> <span>will immediately unsubscribe everyone. This action cannot be undone </span>
|
||||
Archiving stream <strong>{{stream_name}}</strong> <span>will immediately unsubscribe everyone. This action cannot be undone.</span>
|
||||
<p><strong>{{t "Are you sure you want to archive this stream?" }}</strong></p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
|
Loading…
Reference in New Issue