summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2007-08-16 18:23:20 +0000
committerjeff <jeff>2007-08-16 18:23:20 +0000
commitbc99c91d9aa0ed5e7f32da57d9238051e401d13b (patch)
tree9c0279e0416751902cf4cd2cb5f08ff3a50f143f
parent6a1f70e3f9811f5e3aab3d3dd6bcb4a35ceefdc4 (diff)
correct labels in service definition edit for svc_acct (#1745) (backport)
-rw-r--r--FS/FS/svc_acct.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index 2e499c43d..10bf081d2 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -312,26 +312,26 @@ sub table_info {
'format' => \&FS::UI::bytecount::display_bytecount,
'parse' => \&FS::UI::bytecount::parse_bytecount,
},
- 'seconds_threshold' => { label => 'Seconds',
+ 'seconds_threshold' => { label => 'Seconds threshold',
type => 'text',
disable_inventory => 1,
disable_select => 1,
},
- 'upbytes_threshold' => { label => 'Upload',
+ 'upbytes_threshold' => { label => 'Upload threshold',
type => 'text',
disable_inventory => 1,
disable_select => 1,
'format' => \&FS::UI::bytecount::display_bytecount,
'parse' => \&FS::UI::bytecount::parse_bytecount,
},
- 'downbytes_threshold' => { label => 'Download',
+ 'downbytes_threshold' => { label => 'Download threshold',
type => 'text',
disable_inventory => 1,
disable_select => 1,
'format' => \&FS::UI::bytecount::display_bytecount,
'parse' => \&FS::UI::bytecount::parse_bytecount,
},
- 'totalbytes_threshold'=> { label => 'Total up and download',
+ 'totalbytes_threshold'=> { label => 'Total up and download threshold',
type => 'text',
disable_inventory => 1,
disable_select => 1,