1
0
Fork 0
mirror of synced 2025-04-03 22:03:34 +03:00
fix line interval
This commit is contained in:
Ivan Chaplygin 2024-05-17 14:29:25 +03:00
parent fad8a2539c
commit 68ef0de0f0

View file

@ -272,7 +272,7 @@ if (!class_exists('WC_Retailcrm_Loyalty')) :
return $resultString;
}
$resultString .= ' <div style="text-align: left; line-height: 2"><b>' . __('It is possible to write off', 'retailcrm') . ' ' . $lpDiscountSum . ' ' . __('bonuses', 'retailcrm') . '</b></div>';
$resultString .= ' <div style="text-align: left; line-height: 3"><b>' . __('It is possible to write off', 'retailcrm') . ' ' . $lpDiscountSum . ' ' . __('bonuses', 'retailcrm') . '</b></div>';
return $resultString. '<div style="text-align: left;"><b>' . __('Use coupon:', 'retailcrm') . ' <u><i>' . $coupon->get_code() . '</i></u></i></b></div>';
}