From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 13/19] ovpnclients.dat: Fix type in received. Date: Mon, 13 Apr 2020 09:45:44 +0200 Message-ID: <20200413074550.2735-13-stefan.schantl@ipfire.org> In-Reply-To: <20200413074550.2735-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6367455087380844357==" List-Id: --===============6367455087380844357== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- html/cgi-bin/logs.cgi/ovpnclients.dat | 2 +- langs/en/cgi-bin/en.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/logs.cgi/ovpnclients.dat b/html/cgi-bin/logs.cgi/ov= pnclients.dat index 093315a64..62b91a054 100755 --- a/html/cgi-bin/logs.cgi/ovpnclients.dat +++ b/html/cgi-bin/logs.cgi/ovpnclients.dat @@ -262,7 +262,7 @@ my $col =3D "bgcolor=3D'$color{'color20'}'"; if ($cgiparams{'CONNECTION_NAME'}) { print "$Lang::tr{'connected'}\n"; print "$Lang::tr{'disconnected'}\n"; - print "$Lang::tr{'recieved'}\n"; + print "$Lang::tr{'received'}\n"; print "$Lang::tr{'sent'}\n"; } else { print "$Lang::tr{'total connection time'}\n"; diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 3d07473e7..3675a21ca 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -2106,7 +2106,7 @@ 'reboot sure' =3D> 'Are you sure that you want to reboot?', 'rebooting' =3D> 'Rebooting', 'rebooting ipfire' =3D> 'Rebooting IPFire', -'recieved' =3D> 'Recieved', +'received' =3D> 'Received', 'reconnect' =3D> 'Reconnect', 'reconnection' =3D> 'Reconnection', 'red' =3D> 'Internet', --=20 2.26.0 --===============6367455087380844357==--