From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id F35C06C9EE for ; Mon, 9 Aug 2021 17:39:32 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id F0FB626E09 for ; Mon, 9 Aug 2021 17:39:32 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 5E91D26DF9 for ; Mon, 9 Aug 2021 17:39:31 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 3578343215 for ; Mon, 9 Aug 2021 17:39:31 +0200 (CEST) Date: Mon, 9 Aug 2021 17:39:30 +0200 From: Stoiko Ivanov To: Aaron Lauterer Cc: pmg-devel@lists.proxmox.com Message-ID: <20210809173930.6efde836@rosa.proxmox.com> In-Reply-To: References: <20210805081358.1524226-1-a.lauterer@proxmox.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.418 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pmg-devel] [PATCH] ui: utils: fix #3565 typo X-BeenThere: pmg-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Mail Gateway development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2021 15:39:33 -0000 On Thu, 5 Aug 2021 10:28:34 +0200 Aaron Lauterer wrote: > Well, I was too late as Dominik already sent a patch which I did not realize in time ;) Thanks big time for looking into the issue! - I applied Dominik's patch (based on it arriving earlier) > > On 8/5/21 10:13 AM, Aaron Lauterer wrote: > > Signed-off-by: Aaron Lauterer > > --- > > 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"), > > }, > > ], > > }, > > > > > _______________________________________________ > pmg-devel mailing list > pmg-devel@lists.proxmox.com > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel > >