Merge pull request #4423 from shoheitanaka/patch-3

misspelling in class-wc-admin-welcome.php
This commit is contained in:
Mike Jolley 2013-12-30 02:20:22 -08:00
commit 7072ec810b
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();