misspelling in class-wc-admin-welcome.php

Common misspelling of receive.
This commit is contained in:
Shohei Tanaka 2013-12-29 05:19:20 +09:00
parent 392d202e84
commit 52e1cd5796
1 changed files with 2 additions and 2 deletions

View File

@ -319,7 +319,7 @@ class WC_Admin_Welcome {
<div class="last-feature">
<h4><?php _e( 'New endpoints', 'woocommerce' ); ?></h4>
<p><?php _e( 'Certain pages such as "Pay", "Order Recieved" and some account pages are now endpoints rather than pages to make checkout more reliable.', 'woocommerce' ); ?></p>
<p><?php _e( 'Certain pages such as "Pay", "Order Received" and some account pages are now endpoints rather than pages to make checkout more reliable.', 'woocommerce' ); ?></p>
</div>
</div>
<div class="feature-section col three-col">
@ -474,4 +474,4 @@ class WC_Admin_Welcome {
}
}
new WC_Admin_Welcome();
new WC_Admin_Welcome();