Renamed pages. Closes #307.
This commit is contained in:
parent
3055ed1886
commit
966676b77e
|
@ -21,12 +21,12 @@ function woocommerce_reports() {
|
|||
'function' => 'woocommerce_sales_overview'
|
||||
),
|
||||
array(
|
||||
'title' => __('Daily Sales', 'woothemes'),
|
||||
'title' => __('Sales by day', 'woothemes'),
|
||||
'description' => '',
|
||||
'function' => 'woocommerce_daily_sales'
|
||||
),
|
||||
array(
|
||||
'title' => __('Monthly Sales', 'woothemes'),
|
||||
'title' => __('Sales by month', 'woothemes'),
|
||||
'description' => '',
|
||||
'function' => 'woocommerce_monthly_sales'
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue