[pmg-devel] [PATCH] ui: utils: fix #3565 typo

Aaron Lauterer a.lauterer at proxmox.com
Thu Aug 5 10:13:58 CEST 2021


Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
 js/Utils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/Utils.js b/js/Utils.js
index 328a146..f6daf15 100644
--- a/js/Utils.js
+++ b/js/Utils.js
@@ -676,7 +676,7 @@ Ext.define('PMG.Utils', {
 		    xtype: 'proxmoxcheckbox',
 		    checked: false,
 		    name: 'quarantine',
-		    fieldLabel: gettext("Copy orignal mail to Attachment Quarantine"),
+		    fieldLabel: gettext("Copy original mail to Attachment Quarantine"),
 		},
 	    ],
 	},
-- 
2.30.2





More information about the pmg-devel mailing list