confirm_dialog: Change copy in several dialogs.

Based on feedback from @alya in #17947.
This commit is contained in:
Nikhil Maske
2021-04-23 16:46:00 +05:30
committed by Tim Abbott
parent 615ad2d5d8
commit a1d0fa5cbb
5 changed files with 6 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>