[pmg-devel] applied [PATCH pmg-gui] fix #3565: fix typo in gettext

Stoiko Ivanov s.ivanov at proxmox.com
Mon Aug 9 17:38:56 CEST 2021


On Wed,  4 Aug 2021 16:11:58 +0200
Dominik Csapak <d.csapak at proxmox.com> wrote:

> s/orignal/original/
> 
> Signed-off-by: Dominik Csapak <d.csapak 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"),
>  		},
>  	    ],
>  	},

Huge thanks!




More information about the pmg-devel mailing list