mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Fixed missing 'Captive' localization string for 'logs.dat'
Added 'Captive' localization string in 'de/en.pl'. After a fresh install of Core 117, the system log shows a blank line for 'Captive Portal' entries. Deleted translation for 'Captive menu' and changed '30-network.menu' accordingly to avoid duplicate translation strings. Best, Matthias Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
35c4e2a302
commit
80908b44b7
@@ -23,9 +23,9 @@
|
||||
'title' => "$Lang::tr{'dhcp server'}",
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subnetwork->{'32.captive'} = {'caption' => $Lang::tr{'Captive menu'},
|
||||
$subnetwork->{'32.captive'} = {'caption' => $Lang::tr{'Captive'},
|
||||
'uri' => '/cgi-bin/captive.cgi',
|
||||
'title' => $Lang::tr{'Captive menu'},
|
||||
'title' => $Lang::tr{'Captive'},
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subnetwork->{'40.scheduler'} = {
|
||||
|
||||
Reference in New Issue
Block a user