From: Stefan Schantl Date: Mon, 13 Apr 2020 07:45:44 +0000 (+0200) Subject: ovpnclients.dat: Fix type in received. X-Git-Tag: v2.25-core145~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b54c0fb7b53ba16fd5489828826e19363b8b344;p=ipfire-2.x.git ovpnclients.dat: Fix type in received. Signed-off-by: Stefan Schantl Signed-off-by: Arne Fitzenreiter --- diff --git a/html/cgi-bin/logs.cgi/ovpnclients.dat b/html/cgi-bin/logs.cgi/ovpnclients.dat index 093315a64c..62b91a0540 100755 --- a/html/cgi-bin/logs.cgi/ovpnclients.dat +++ b/html/cgi-bin/logs.cgi/ovpnclients.dat @@ -262,7 +262,7 @@ my $col = "bgcolor='$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 fb30bd69a3..919e42bfcd 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -2110,7 +2110,7 @@ 'reboot sure' => 'Are you sure that you want to reboot?', 'rebooting' => 'Rebooting', 'rebooting ipfire' => 'Rebooting IPFire', -'recieved' => 'Recieved', +'received' => 'Received', 'reconnect' => 'Reconnect', 'reconnection' => 'Reconnection', 'red' => 'Internet',