mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
streams: Adjust confirmation message for stream deactivation.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<h3 id="deactivation_stream_modal_label">{{t "Archive stream" }} <span class="stream_name">{{stream_name}}</span></h3>
|
<h3 id="deactivation_stream_modal_label">{{t "Archive stream" }} <span class="stream_name">{{stream_name}}</span></h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<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>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button class="button rounded close-modal-btn" data-dismiss="modal">{{t "Cancel" }}</button>
|
<button class="button rounded close-modal-btn" data-dismiss="modal">{{t "Cancel" }}</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user