From: Michael Tremer Date: Tue, 17 Oct 2017 11:41:17 +0000 (+0100) Subject: captive: Localise GREEN/BLUE X-Git-Tag: v2.19-core115~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a62dca68e411e90565ab4c9654cae88e56dcfdd;p=ipfire-2.x.git captive: Localise GREEN/BLUE Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/captive.cgi b/html/cgi-bin/captive.cgi index c595c0e313..e416c566a3 100755 --- a/html/cgi-bin/captive.cgi +++ b/html/cgi-bin/captive.cgi @@ -274,10 +274,10 @@ $selected{'AUTH'}{'TERMS'} = ""; $selected{'AUTH'}{$settings{'AUTH'}} = "selected"; if ($netsettings{'GREEN_DEV'}){ - print "$Lang::tr{'Captive active on'} Green"; + print "$Lang::tr{'Captive active on'} $Lang::tr{'green'}"; } if ($netsettings{'BLUE_DEV'}){ - print "$Lang::tr{'Captive active on'} Blue"; + print "$Lang::tr{'Captive active on'} $Lang::tr{'blue'}"; } print<