This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 0430303  typo
0430303 is described below

commit 043030352371f95342ed475c9dd2a033242e2427
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Sep 26 19:24:42 2021 -0500

    typo
---
 webui/js/ponymail.js    | 2 +-
 webui/js/source/mgmt.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js
index 2d32d37..c5e0579 100644
--- a/webui/js/ponymail.js
+++ b/webui/js/ponymail.js
@@ -2910,7 +2910,7 @@ function admin_email_preview(stats, json) {
     if (!mgmt_prefs.login.credentials.fully_delete) {
         div.inject(new HTML('small', {}, "Emails that are removed may still be 
recovered by the base system administrator. For complete expungement, please 
contact the system administrator."))
     } else {
-        div.inject(new HTML('small', {style:{color: 'red'}}, "As GDPR 
enforcement is enabled on this server, emails that are removed forever from the 
archive when deleted, and cannot be recovered."))
+        div.inject(new HTML('small', {style:{color: 'red'}}, "As GDPR 
enforcement is enabled on this server, emails are removed forever from the 
archive when deleted, and cannot be recovered."))
     }
 }
 
diff --git a/webui/js/source/mgmt.js b/webui/js/source/mgmt.js
index c1aff8d..bc8f563 100644
--- a/webui/js/source/mgmt.js
+++ b/webui/js/source/mgmt.js
@@ -222,7 +222,7 @@ function admin_email_preview(stats, json) {
     if (!mgmt_prefs.login.credentials.fully_delete) {
         div.inject(new HTML('small', {}, "Emails that are removed may still be 
recovered by the base system administrator. For complete expungement, please 
contact the system administrator."))
     } else {
-        div.inject(new HTML('small', {style:{color: 'red'}}, "As GDPR 
enforcement is enabled on this server, emails that are removed forever from the 
archive when deleted, and cannot be recovered."))
+        div.inject(new HTML('small', {style:{color: 'red'}}, "As GDPR 
enforcement is enabled on this server, emails are removed forever from the 
archive when deleted, and cannot be recovered."))
     }
 }
 

Reply via email to