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() . '
';
}