mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
ovpnclients.dat: Fix hard coded language string
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
70e1d58745
commit
6317d55c4a
@@ -207,7 +207,7 @@ print "<table width='100%'>\n";
|
||||
print "<td class='base' colspan='2'>\n";
|
||||
|
||||
print "<select name='CONNECTION_NAME' size='1'>\n";
|
||||
print "<option value=''>All</option>\n";
|
||||
print "<option value=''>$Lang::tr{'all'}</option>\n";
|
||||
|
||||
# Loop through all configured OpenVPN connections and sort them by name.
|
||||
foreach my $key (sort { $ovpnsettings{$a}[2] cmp $ovpnsettings{$b}[2] } keys %ovpnsettings) {
|
||||
|
||||
Reference in New Issue
Block a user