Refine wording on successful deletion of mailbox

This commit is contained in:
Luke S Thompson
2022-05-24 14:22:36 +10:00
committed by GitHub
parent 00c70bfe18
commit 16c33e9323

View File

@@ -92,7 +92,7 @@
</div>
<div ng-hide="successfullyDeleted" class="alert alert-success">
<p>{% trans "Email with id : {$ deletedID $} is successfully deleted." %}</p>
<p>{% trans "Mailbox with username: {$ deletedID $} has been successfully deleted." %}</p>
</div>
<div ng-hide="couldNotConnect" class="alert alert-danger">
<p>{% trans "Could not connect to server. Please refresh this page." %}</p>