Removed space at the end of the line

This commit is contained in:
Nico Mollet 2019-10-02 13:42:26 +02:00 committed by GitHub
parent 5bcc35c24e
commit 8365365037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class WC_Meta_Box_Coupon_Data {
'value' => esc_attr( $expiry_date ),
'label' => __( 'Coupon expiry date', 'woocommerce' ),
'placeholder' => 'YYYY-MM-DD',
'description' => __( 'The coupon will expire at 00:00:00 of this date.', 'woocommerce' ),
'description' => __( 'The coupon will expire at 00:00:00 of this date.', 'woocommerce' ),
'desc_tip' => true,
'class' => 'date-picker',
'custom_attributes' => array(