Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- 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/ovpnclients.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 = "bgcolor='$color{'color20'}'"; if ($cgiparams{'CONNECTION_NAME'}) { print "<td width='20%' $col><b>$Lang::tr{'connected'}</b></td>\n"; print "<td width='20%' $col><b>$Lang::tr{'disconnected'}</b></td>\n"; - print "<td width='10%' $col><b>$Lang::tr{'recieved'}</b></td>\n"; + print "<td width='10%' $col><b>$Lang::tr{'received'}</b></td>\n"; print "<td width='10%' $col><b>$Lang::tr{'sent'}</b></td>\n"; } else { print "<td $col><b>$Lang::tr{'total connection time'}</b>\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' => 'Are you sure that you want to reboot?', 'rebooting' => 'Rebooting', 'rebooting ipfire' => 'Rebooting IPFire', -'recieved' => 'Recieved', +'received' => 'Received', 'reconnect' => 'Reconnect', 'reconnection' => 'Reconnection', 'red' => 'Internet',