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

Aaron Lauterer a.lauterer at proxmox.com
Thu Aug 5 10:28:34 CEST 2021


Well, I was too late as Dominik already sent a patch which I did not realize in time ;)

On 8/5/21 10:13 AM, Aaron Lauterer wrote:
> 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"),
>   		},
>   	    ],
>   	},
> 




More information about the pmg-devel mailing list