normalize capitalization
authorIvan Kohler <ivan@freeside.biz>
Tue, 19 Mar 2013 22:22:15 +0000 (15:22 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 19 Mar 2013 22:22:15 +0000 (15:22 -0700)
httemplate/elements/menu.html

index 34f660e..00c43bb 100644 (file)
@@ -236,7 +236,7 @@ tie my %report_packages, 'Tie::IxHash';
 $report_packages{'Package definitions (by # active)'} =  [ $fsurl.'browse/part_pkg.cgi?active=1', 'Package definitions by number of active packages' ]
   if    $curuser->access_right('Edit package definitions')
      || $curuser->access_right('Edit global package definitions');
-$report_packages{'Package Costs Report'} = [ $fsurl.'graph/report_cust_pkg_cost.html', 'Package setup and recurring costs graph' ]
+$report_packages{'Package costs'} = [ $fsurl.'graph/report_cust_pkg_cost.html', 'Package setup and recurring costs graph' ]
   if $curuser->access_right('Financial reports');
 $report_packages{'separator'} =  ''
   if keys %report_packages;