Fix texts in dialogs

This commit is contained in:
Girish Ramakrishnan
2019-05-20 18:58:46 -07:00
parent 23018abdf6
commit 530331f9ee
2 changed files with 4 additions and 3 deletions

View File

@@ -135,7 +135,7 @@
<h4 class="modal-title">Delete mailbox {{ mailboxes.remove.mailbox.name }}@{{selectedDomain.domain}}</h4>
</div>
<div class="modal-body">
<p>Really delete mailbox <b>{{ mailboxes.remove.mailbox.name }}@{{selectedDomain.domain}}</b>?</p>
<p>After deletion, emails to this mailbox will bounce. Note that the mailbox data is not removed.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>