Merge pull request #30970 from woocommerce/fix/20563

Clarify tooltip for on-hold email.
This commit is contained in:
Peter Fabian 2021-11-09 14:57:42 +01:00 committed by GitHub
commit 80ba82a00e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(