mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 19:55:52 +02:00
log.dat: fix missing quotation marks for 'ddns'
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
b78a8742ae
commit
9494c6112a
@@ -72,7 +72,7 @@ my %sections = (
|
||||
my %trsections = (
|
||||
'ipfire' => 'IPFire',
|
||||
'red' => 'RED',
|
||||
'ddns' => $Lang::tr{'dynamic dns'},
|
||||
'ddns' => "$Lang::tr{'dynamic dns'}",
|
||||
'dns' => 'DNS',
|
||||
'dma' => 'Mail',
|
||||
'dhcp' => "$Lang::tr{'dhcp server'}",
|
||||
|
||||
Reference in New Issue
Block a user