diff options
author | ivan <ivan> | 2002-10-17 15:06:54 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-10-17 15:06:54 +0000 |
commit | 7c3f2ea06574bbfc946ee24c5ae66b2b0f08abbf (patch) | |
tree | 658937f189af744e0cb926cb5172b48d63b5f10b | |
parent | 142f5a03b88cc261cc5b86f8f74217a8cc1fb624 (diff) |
use consistant terminology
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 82ab48126..de67ee712 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -91,7 +91,7 @@ if ( $part_svc->part_export('sqlradius') ) { print ' this billing cycle (since '. time2str(%C, $last_bill). ') - '. $plandata{recur_included_hours}. ' total hours in plan<BR><BR>'; } else { - print ' (no billing cycle available for unaudited package)<BR><BR>'; + print ' (no billing cycle available for unaudited account)<BR><BR>'; } } |