Clarify tooltip for on-hold email.
This commit is contained in:
parent
d1dbfa38ba
commit
3398cf88cb
|
@ -30,7 +30,7 @@ if ( ! class_exists( 'WC_Email_Customer_On_Hold_Order', false ) ) :
|
||||||
$this->id = 'customer_on_hold_order';
|
$this->id = 'customer_on_hold_order';
|
||||||
$this->customer_email = true;
|
$this->customer_email = true;
|
||||||
$this->title = __( 'Order on-hold', 'woocommerce' );
|
$this->title = __( 'Order on-hold', 'woocommerce' );
|
||||||
$this->description = __( 'This is an order notification sent to customers containing order details after an order is placed on-hold.', 'woocommerce' );
|
$this->description = __( 'This is an order notification sent to customers containing order details after an order is placed on-hold from Pending, Cancelled or Failed order status.', 'woocommerce' );
|
||||||
$this->template_html = 'emails/customer-on-hold-order.php';
|
$this->template_html = 'emails/customer-on-hold-order.php';
|
||||||
$this->template_plain = 'emails/plain/customer-on-hold-order.php';
|
$this->template_plain = 'emails/plain/customer-on-hold-order.php';
|
||||||
$this->placeholders = array(
|
$this->placeholders = array(
|
||||||
|
|
Loading…
Reference in New Issue