From patchwork Sun Dec 18 15:54:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 6313 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NZnV0239nz3wfY for ; Sun, 18 Dec 2022 15:55:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NZnTz1Ykqzg3; Sun, 18 Dec 2022 15:55:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NZnTy6qZvz2xZK; Sun, 18 Dec 2022 15:55:02 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NZnTx2sGcz2xR7 for ; Sun, 18 Dec 2022 15:55:01 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NZnTw4ChWzQ0 for ; Sun, 18 Dec 2022 15:55:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1671378900; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=99r69LUUCbrLD9DT4aRFUoxAqIhUbPucqT2m5ibCFx8=; b=1l93zqOVhjXwejQwFbpvdhEaIQ6RIsKQa0N5CFKYH7S3IcbRAGdKlGKOW/8v2Sg3tRGouk cPcoYrYqDA/J1QCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1671378900; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=99r69LUUCbrLD9DT4aRFUoxAqIhUbPucqT2m5ibCFx8=; b=jRbAiYfVmuNRbfSDs6NJ1ZNHYcwux8qNl5lcf73YaWkYhDekaMdFCWp5O8YG3SXVLJuE5K syC9eJThXuCvtCRIU6BD2sTXF4vvh7ReAf3MSYySJg8crPReshRTSvSi9+39UR9UwI8wfU qj3OuqrIE2X3WJrFL0Es2dQ7jRCtFz0ulF2LIAbYkGrSXOmlufxQbEUEVUCJH/4GKPGmIE o1/tdZCnO71g/DlGk1ZZHSehqphMtENPfhBRr7ECUew3rN9MpZ4sP5WnUVINE6pMlkx8js OpKrGSaqkH9fLS3//jh10PlmMxkKho7WmjZo2NBzHMYBMiLEilfemChpDxC/MA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] ovpnmain.cgi: Translation string 'dh parameter' doesn't exist Date: Sun, 18 Dec 2022 16:54:56 +0100 Message-Id: <20221218155456.3602420-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- html/cgi-bin/ovpnmain.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index ecfd4fdaf..2d19301a6 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -5716,7 +5716,7 @@ END # Nothing print < - $Lang::tr{'dh parameter'}: + $Lang::tr{'dh'}: $Lang::tr{'not present'}