Skip to content

Commit

Permalink
updated error message to better reflect the situation
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jan 31, 2024
1 parent 15ffd84 commit a6f8a85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mailServer/templates/mailServer/createEmailAccount.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ <h2>{% trans "Create Email Account" %}</h2>
<div ng-controller="createEmailAccount" class="panel">
<div class="panel-body">
<h3 class="content-box-header">
{% trans "Create Email Account" %} <img ng-hide="emailLoading"
src="{% static 'images/loading.gif' %}">
{% trans "Create Email Account" %} - <a style="font-size: large; color: red" target="_blank"
href="https://platform.cyberpersons.com/MailTester/MailTester?utm_source=from-cyberpanel-inside&utm_medium=from-cyberpanel-inside&utm_campaign=from-cyberpanel-inside&utm_id=from-cyberpanel-inside&utm_term=from-cyberpanel-inside">
<u>Test Email Delivery<u></u></a> <img ng-hide="emailLoading"
src="{% static 'images/loading.gif' %}">
</h3>
<div class="example-box-wrapper">

Expand Down

0 comments on commit a6f8a85

Please sign in to comment.