From patchwork Mon May 4 18:10:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 3056 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49G9s5670Xz3xSR for ; Mon, 4 May 2020 18:11:05 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49G9s41LRcz1jL; Mon, 4 May 2020 18:11:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49G9s32H7kz2xnp; Mon, 4 May 2020 18:11:03 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49G9s162F5z2x9V for ; Mon, 4 May 2020 18:11: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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49G9s01DN2z1jL; Mon, 4 May 2020 18:11:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1588615861; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=P5ZpiCUZFMggvVidPqtkPWhvWsPaQE3ZA3aA6+J8jwo=; b=bOHUue7ZbMIVIAwKft9dp8z7of1IHeb14HAJOVy/eQSsV9khSv51+/EpYF1m9BsErWSZa8 RfE0tDrX+undMrBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1588615861; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=P5ZpiCUZFMggvVidPqtkPWhvWsPaQE3ZA3aA6+J8jwo=; b=dDXOcSaarL8dmEUYsEYWMx/7GtXMr/wlP7N2g7clPPYsQ0EeSqVbur4Td9IHF1ghShbCbn KyaNMIk+UYQefokens84fRzXOXHe2CjXBEStWvGk5tay9xFe0GARPOvPer8nk+DxXba5mt yFYR0Mqvs5E5P7LkP2/YqakJmagGfY3f/UgbXuTiYlB/HQuDyvhyJJhhsDpAyLCBlsUfDf FT8mskmoUk4qF5UX2dbbodP8wIPGtupG+4lDGkmvYkApMKtx32SYAaHj4kODwuK+C5R4Bs +dp9y/5wEh2/lsXil8jFpxA8bvR/MeeuiBgbPG5uMgzkFM1rLDFgsySPZrVktg== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] 70-log.menu: Fix ovpnclients section. Date: Mon, 4 May 2020 20:10:56 +0200 Message-Id: <20200504181056.2489-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=stefan.schantl@ipfire.org 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: Stefan Schantl Reviewed-by: Peter Müller --- config/menu/70-log.menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/menu/70-log.menu b/config/menu/70-log.menu index 48c23ccc2..2fa0e426e 100644 --- a/config/menu/70-log.menu +++ b/config/menu/70-log.menu @@ -46,7 +46,7 @@ $sublogs->{'55.ovpnclients'} = { 'caption' => $Lang::tr{'ovpn rw connection log'}, 'uri' => '/cgi-bin/logs.cgi/ovpnclients.dat', - 'title' => "$Lang::tr{'ovpn rw connection log'}, + 'title' => "$Lang::tr{'ovpn rw connection log'}", 'enabled' => 1, }; $sublogs->{'60.urlfilter'} = {