diff options
Diffstat (limited to 'httemplate/view')
| -rwxr-xr-x | httemplate/view/svc_forward.cgi | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/httemplate/view/svc_forward.cgi b/httemplate/view/svc_forward.cgi index e50109be2..915511e54 100755 --- a/httemplate/view/svc_forward.cgi +++ b/httemplate/view/svc_forward.cgi @@ -28,7 +28,7 @@ print header('Mail Forward View', menubar(      ? ( "View this package (#$pkgnum)" => "${p}view/cust_pkg.cgi?$pkgnum",          "View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum",        ) -    : ( "Cancel this (unaudited) account" => +    : ( "Cancel this (unaudited) mail forward" =>            "${p}misc/cancel-unaudited.cgi?$svcnum" )    ),    "Main menu" => $p, | 
