summaryrefslogtreecommitdiff
path: root/FS/FS/router.pm
diff options
context:
space:
mode:
authorjeff <jeff>2008-09-03 19:08:29 +0000
committerjeff <jeff>2008-09-03 19:08:29 +0000
commit3e2c08dba947ea254c60cbd621776c0f5dddb2e8 (patch)
treeaf0f7a0dfeacbefe351964d3e97c66c04eca58ec /FS/FS/router.pm
parent1ce2d49c8b5af031066e8dbf4837cf220eb03269 (diff)
new access right names
Diffstat (limited to 'FS/FS/router.pm')
-rwxr-xr-xFS/FS/router.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/router.pm b/FS/FS/router.pm
index bfc5530..7a9fda3 100755
--- a/FS/FS/router.pm
+++ b/FS/FS/router.pm
@@ -83,7 +83,7 @@ sub check {
my $error =
$self->ut_numbern('routernum')
|| $self->ut_text('routername')
- || $self->ut_agentnum_acl('agentnum', 'Engineering global configuration')
+ || $self->ut_agentnum_acl('agentnum', 'Broadband global configuration')
;
return $error if $error;