From d209e3b6ca7441314b7ff31849decf848cb6be45 Mon Sep 17 00:00:00 2001 From: Luke S Thompson <73861168+lsthompson@users.noreply.github.com> Date: Tue, 24 May 2022 14:21:10 +1000 Subject: [PATCH 1/5] Refine wording on successful creation of mailbox --- mailServer/templates/mailServer/createEmailAccount.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailServer/templates/mailServer/createEmailAccount.html b/mailServer/templates/mailServer/createEmailAccount.html index 36aa26162..712860ad5 100755 --- a/mailServer/templates/mailServer/createEmailAccount.html +++ b/mailServer/templates/mailServer/createEmailAccount.html @@ -108,8 +108,8 @@
{% 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." %}
From 0a66339723b0b3d46bdeb74c3924cd1da030a3fd Mon Sep 17 00:00:00 2001 From: Luke S Thompson <73861168+lsthompson@users.noreply.github.com> Date: Tue, 24 May 2022 14:22:36 +1000 Subject: [PATCH 2/5] Refine wording on successful deletion of mailbox --- mailServer/templates/mailServer/deleteEmailAccount.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." %}
From 2d48efbc2de8940d9c9f0d35d7534e7990c4b770 Mon Sep 17 00:00:00 2001 From: Luke S Thompson <73861168+lsthompson@users.noreply.github.com> Date: Thu, 23 Jun 2022 15:40:17 +1000 Subject: [PATCH 3/5] Change update wording to check; minor tidy-up --- .../baseTemplate/versionManagment.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/baseTemplate/templates/baseTemplate/versionManagment.html b/baseTemplate/templates/baseTemplate/versionManagment.html index a048a8066..a6cefa56b 100755 --- a/baseTemplate/templates/baseTemplate/versionManagment.html +++ b/baseTemplate/templates/baseTemplate/versionManagment.html @@ -8,11 +8,11 @@{% 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." %}