Refine wording on successful creation of mailbox

This commit is contained in:
Luke S Thompson
2022-05-24 14:21:10 +10:00
committed by GitHub
parent 00c70bfe18
commit 58cf02a25c

View File

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