Merge pull request #1 from lsthompson/patch-2

Refine wording on successful creation of mailbox
This commit is contained in:
Luke S Thompson
2022-06-23 15:23:51 +10:00
committed by GitHub

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>