diff --git a/html/cgi-bin/captive.cgi b/html/cgi-bin/captive.cgi index c595c0e31..e416c566a 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<