Typo #7216
This commit is contained in:
parent
64775e92f1
commit
c2c1e733ba
|
@ -26,7 +26,7 @@ class WC_Email_Customer_Completed_Order extends WC_Email {
|
|||
|
||||
$this->id = 'customer_completed_order';
|
||||
$this->title = __( 'Completed order', 'woocommerce' );
|
||||
$this->description = __( 'Order complete emails are sent to customers when their order are marked completed and usually indicate that their orders have been shipped.', 'woocommerce' );
|
||||
$this->description = __( 'Order complete emails are sent to customers when their orders are marked completed and usually indicate that their orders have been shipped.', 'woocommerce' );
|
||||
|
||||
$this->heading = __( 'Your order is complete', 'woocommerce' );
|
||||
$this->subject = __( 'Your {site_title} order from {order_date} is complete', 'woocommerce' );
|
||||
|
|
Loading…
Reference in New Issue