From 2cdd2d1f569ff9ab4d0ddfdf170b5f27c4a75ee7 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 9 Dec 2011 23:23:52 +0000 Subject: [PATCH] svc_broadband is for wireless broadband --- httemplate/elements/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index b3ee31182..1fec1e8dc 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -451,7 +451,7 @@ if ( $curuser->access_right('Configuration') ) { } $config_export_svc{'Dialup'} = [ \%config_dialup, '' ] if $curuser->access_right('Dialup configuration'); -$config_export_svc{'Broadband'} = [ \%config_broadband, '' ] +$config_export_svc{'Wireless broadband'} = [ \%config_broadband, '' ] if $curuser->access_right('Broadband configuration'); $config_export_svc{'Phone'} = [ \%config_phone, '' ] if $curuser->access_right('Configuration'); -- 2.11.0