ovpnclients.dat: Fix type in received.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Stefan Schantl
2020-04-13 09:45:44 +02:00
committed by Arne Fitzenreiter
parent 25932be3e3
commit 7b54c0fb7b
2 changed files with 2 additions and 2 deletions

View File

@@ -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";