This commit is contained in:
Mike Jolley 2013-07-10 12:06:29 +01:00
parent b5c779aef8
commit 836ab72955
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class WC_Admin_Reports {
if ( get_option( 'woocommerce_calc_taxes' ) == 'yes' ) {
$reports['taxes'] = array(
'title' => __( 'Tax', 'woocommerce' ),
'title' => __( 'Taxes', 'woocommerce' ),
'reports' => array(
"taxes_by_code" => array(
'title' => __( 'Taxes by code', 'woocommerce' ),