mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 08:52:58 +02:00
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:
committed by
Arne Fitzenreiter
parent
25932be3e3
commit
7b54c0fb7b
@@ -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";
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user