mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
confirm_dialog: Change copy in several dialogs.
Based on feedback from @alya in #17947.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<p>
|
||||
{{#tr}}
|
||||
Would you like to unstar all starred messages? This action cannot be undone.
|
||||
Are you sure you want to unstar all starred messages? This action cannot be undone.
|
||||
{{/tr}}
|
||||
</p>
|
||||
|
@@ -7,8 +7,8 @@
|
||||
</h3>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>{{#tr}}Are you sure you want to permanently delete <b>{topic_name}</b>?{{/tr}}</p>
|
||||
<p>{{t "Deleting a topic will immediately remove it and its messages for everyone. Other users may find this confusing, especially if they had received an email or push notification related to the deleted messages." }}</p>
|
||||
<p>{{#tr}}Are you sure you want to permanently delete <b>{topic_name}</b>?{{/tr}}</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="button" data-dismiss="modal">{{t "Cancel" }}</button>
|
||||
|
@@ -166,6 +166,7 @@
|
||||
<div class="modal-body">
|
||||
<p>{{#tr}}By deactivating your account, you will be logged out immediately.{{/tr}}</p>
|
||||
<p>{{t "Note that any bots that you maintain will be disabled." }}</p>
|
||||
<p>{{t "Are you sure you want to deactivate your account?"}}</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="button" data-dismiss="modal">{{t "Cancel" }}</button>
|
||||
|
@@ -5,6 +5,7 @@
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>{{t "This action is permanent and cannot be undone. All users will permanently lose access to their Zulip accounts." }}</p>
|
||||
<p>{{t "Are you sure you want to deactivate this organization?"}}</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="button rounded" data-dismiss="modal">{{t "Cancel" }}</button>
|
||||
|
@@ -4,7 +4,8 @@
|
||||
<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 this action cannot be undone." }} <strong>{{t "Are you sure you want to do this?" }}</strong></p>
|
||||
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 archieve this stream?" }}</strong></p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="button rounded close-modal-btn" data-dismiss="modal">{{t "Cancel" }}</button>
|
||||
|
Reference in New Issue
Block a user