[`The editing of this order is limited because customer’s funds are authorized on a bank account.`]
{sprintf_wp(
"You may change the list of ordered items. However, the order total of %s must remain unchanged because the selected payment plugin does not support partial funds capturing.",
sprintf('%s', shop_currency_html($order.amount_on_hold, $order.currency, $order.currency))
)}
{else}
[`The editing of this order is limited because customer’s funds are authorized on a bank account.`]
{sprintf_wp(
"You may change the list of ordered items. However, the order total after your changes may not exceed the captured amount of %s.",
sprintf('%s', shop_currency_html($order.amount_on_hold, $order.currency, $order.currency))
)}
{/if}