Shopping not shipping :)

This commit is contained in:
Gerhard Potgieter 2018-09-07 09:03:47 +02:00
parent c3d9ef1cab
commit ace541910d
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ if ( ! class_exists( 'WC_Email_Customer_Completed_Order', false ) ) :
* @return string
*/
public function get_default_heading() {
return __( 'Thanks for shipping with us', 'woocommerce' );
return __( 'Thanks for shopping with us', 'woocommerce' );
}
/**