Merge pull request #846 from Redios/patch-1

Fixed tiny typo
This commit is contained in:
Mike Jolley 2012-03-19 12:12:00 -07:00
commit 78ce66bb47
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ function woocommerce_dashboard_sales_js() {
$params = array(
'currency_symbol' => get_woocommerce_currency_symbol(),
'number_of_sales' => __( 'Number of sales', 'woocommerce' ),
'sales_amount' => __( 'Sales aumount', 'woocommerce' ),
'sales_amount' => __( 'Sales amount', 'woocommerce' ),
);
$order_counts_array = array();