diff --git a/baseTemplate/templates/baseTemplate/index.html b/baseTemplate/templates/baseTemplate/index.html index c46873268..71787cc45 100755 --- a/baseTemplate/templates/baseTemplate/index.html +++ b/baseTemplate/templates/baseTemplate/index.html @@ -145,7 +145,7 @@
{% trans "On this page you can manage versions and or upgrade to latest version of CyberPanel" %}
-{% trans "Here you can manage versions and check for updates to CyberPanel" %}
+{% trans "Note: Latest commit does not match, please upgrade." %}
+{% trans "Note: Latest commit does not match, please upgrade CyberPanel." %}
{% trans "Email with id :" %} {$ createdID - $}{% trans " is successfully created." %}
+{% trans "Mailbox with username:" %} {$ createdID + $}{% trans " has been successfully created." %}
{% trans "Could not connect to server. Please refresh this page." %}
diff --git a/mailServer/templates/mailServer/deleteEmailAccount.html b/mailServer/templates/mailServer/deleteEmailAccount.html index 793bc0f40..942662540 100755 --- a/mailServer/templates/mailServer/deleteEmailAccount.html +++ b/mailServer/templates/mailServer/deleteEmailAccount.html @@ -92,7 +92,7 @@{% trans "Email with id : {$ deletedID $} is successfully deleted." %}
+{% trans "Mailbox with username: {$ deletedID $} has been successfully deleted." %}
{% trans "Could not connect to server. Please refresh this page." %}