Fix: Line breaks rendering in dropdown using html-translate (#6820)

This commit is contained in:
Bhola Yadav
2025-07-07 06:54:39 +05:30
committed by GitHub
parent c824307647
commit 76524c1fac

View File

@@ -118,12 +118,12 @@
<div id="Presets_Online" class="btcpay-list-select-item dropdown-item">
<vc:icon symbol="pos-cart" />
<span text-translate="true">Online</span>
<span class="note" text-translate="true">Enhance the checkout process for online purchases.<br />This assumes the payment page will be displayed on the customer's device.</span>
<span class="note" text-translate="true" html-translate="true">Enhance the checkout process for online purchases.<br />This assumes the payment page will be displayed on the customer's device.</span>
</div>
<div id="Presets_InStore" class="btcpay-list-select-item dropdown-item">
<vc:icon symbol="nav-store" />
<span text-translate="true">In-store</span>
<span class="note" text-translate="true">Enhance the checkout process for in-store purchases.<br />This assumes the payment page will be displayed on the merchant's device.</span>
<span class="note" text-translate="true" html-translate="true">Enhance the checkout process for in-store purchases.<br />This assumes the payment page will be displayed on the merchant's device.</span>
</div>
</div>
</div>