]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Fix typo in 'html/cgi-bin/logs.cgi/log.dat'
authorMatthias Fischer <matthias.fischer@ipfire.org>
Tue, 8 Jan 2019 13:14:41 +0000 (14:14 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 6 Jan 2019 07:02:54 +0000 (07:02 +0000)
Translation string uses capital letter: 'Captive' => 'Captive Portal',

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/logs.cgi/log.dat

index f241365a18a4b0fc95834a4ed0970ff459c1d55f..153ffb5f0328a89ee3bdbef280811f11eb2adbba 100644 (file)
@@ -78,7 +78,7 @@ my %sections = (
 my %trsections = (
         'auth' => "$Lang::tr{'loginlogout'}",
                'wio' => 'Who Is Online?',
-        'captive' => $Lang::tr{'captive'},
+        'captive' => $Lang::tr{'Captive'},
         'clamav' => 'ClamAV',
         'collectd' => 'Collectd',
         'cron' => 'Cron',