summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-05-02 15:45:50 -0700
committerIvan Kohler <ivan@freeside.biz>2012-05-02 15:45:50 -0700
commit38e073b041ca806372226c0fface8142857e0415 (patch)
tree973806272c8f02c8d76ffad65f790b91ed1cef1c
parentfd27bcec7ff4b225b13951494607c6877df69b24 (diff)
fix wireless broadband ACL on upgrade, RT#17056
-rwxr-xr-xFS/FS/svc_broadband.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/svc_broadband.pm b/FS/FS/svc_broadband.pm
index 307493264..cc960dd99 100755
--- a/FS/FS/svc_broadband.pm
+++ b/FS/FS/svc_broadband.pm
@@ -91,9 +91,9 @@ points to. You can ask the object for a copy with the I<hash> method.
sub table_info {
{
- 'name' => 'Broadband',
- 'name_plural' => 'Broadband services',
- 'longname_plural' => 'Fixed (username-less) broadband services',
+ 'name' => 'Wireless broadband',
+ 'name_plural' => 'Wireless broadband services',
+ 'longname_plural' => 'Fixed wireless broadband services',
'display_weight' => 50,
'cancel_weight' => 70,
'ip_field' => 'ip_addr',