mirror of https://github.com/zulip/zulip.git
streams: Adjust confirmation message for stream deactivation.
This commit is contained in:
parent
1e367f9509
commit
4488254da9
|
@ -4,7 +4,7 @@
|
|||
<h3 id="deactivation_stream_modal_label">{{t "Archive stream" }} <span class="stream_name">{{stream_name}}</span></h3>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>{{t "Archiving this stream will immediately unsubscribe everyone, and the stream's content will not be recoverable." }} <strong>{{t "Are you sure you want to do this?" }}</strong></p>
|
||||
<p>{{t "Archiving this stream will immediately unsubscribe everyone, and this action cannot be undone." }} <strong>{{t "Are you sure you want to do this?" }}</strong></p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="button rounded close-modal-btn" data-dismiss="modal">{{t "Cancel" }}</button>
|
||||
|
|
Loading…
Reference in New Issue