From 68ef0de0f0c1260d49f94693538463dcd7a300ad Mon Sep 17 00:00:00 2001 From: Ivan Chaplygin Date: Fri, 17 May 2024 14:29:25 +0300 Subject: [PATCH] ref #72069 fix line interval --- src/include/class-wc-retailcrm-loyalty.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/class-wc-retailcrm-loyalty.php b/src/include/class-wc-retailcrm-loyalty.php index 92aeda4..c6da194 100644 --- a/src/include/class-wc-retailcrm-loyalty.php +++ b/src/include/class-wc-retailcrm-loyalty.php @@ -272,7 +272,7 @@ if (!class_exists('WC_Retailcrm_Loyalty')) : return $resultString; } - $resultString .= '
' . __('It is possible to write off', 'retailcrm') . ' ' . $lpDiscountSum . ' ' . __('bonuses', 'retailcrm') . '
'; + $resultString .= '
' . __('It is possible to write off', 'retailcrm') . ' ' . $lpDiscountSum . ' ' . __('bonuses', 'retailcrm') . '
'; return $resultString. '
' . __('Use coupon:', 'retailcrm') . ' ' . $coupon->get_code() . '
'; }