Merge pull request #5546 from claudiosmweb/fix-little-typo
[2.1] Fix a little typo in add-ons page
This commit is contained in:
commit
17d17008bf
|
@ -15,7 +15,7 @@
|
||||||
'import-export-extensions' => __( 'Import/export', 'woocommerce' ),
|
'import-export-extensions' => __( 'Import/export', 'woocommerce' ),
|
||||||
'product-extensions' => __( 'Products', 'woocommerce' ),
|
'product-extensions' => __( 'Products', 'woocommerce' ),
|
||||||
'marketing-extensions' => __( 'Marketing', 'woocommerce' ),
|
'marketing-extensions' => __( 'Marketing', 'woocommerce' ),
|
||||||
'accounting-extensions' => __( 'Acounting', 'woocommerce' ),
|
'accounting-extensions' => __( 'Accounting', 'woocommerce' ),
|
||||||
'free-extensions' => __( 'Free', 'woocommerce' ),
|
'free-extensions' => __( 'Free', 'woocommerce' ),
|
||||||
'third-party-extensions' => __( 'Third-party', 'woocommerce' ),
|
'third-party-extensions' => __( 'Third-party', 'woocommerce' ),
|
||||||
);
|
);
|
||||||
|
@ -81,4 +81,4 @@
|
||||||
<p><?php printf( __( 'Our catalog of WooCommerce Extensions can be found on WooThemes.com here: <a href="%s">WooCommerce Extensions Catalog</a>', 'woocommerce' ), 'http://www.woothemes.com/product-category/woocommerce-extensions/' ); ?></p>
|
<p><?php printf( __( 'Our catalog of WooCommerce Extensions can be found on WooThemes.com here: <a href="%s">WooCommerce Extensions Catalog</a>', 'woocommerce' ), 'http://www.woothemes.com/product-category/woocommerce-extensions/' ); ?></p>
|
||||||
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue