mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 15:14:49 +01:00
Fix: Line breaks rendering in dropdown using html-translate (#6820)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user