mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Typo fix (#1503)
This commit is contained in:
@@ -346,7 +346,7 @@ namespace BTCPayServer.Controllers
|
|||||||
Html =
|
Html =
|
||||||
$"This transaction has been coordinated between the receiver and you to create a <a href='https://en.bitcoin.it/wiki/PayJoin' target='_blank'>payjoin transaction</a> by adding inputs from the receiver.<br/>" +
|
$"This transaction has been coordinated between the receiver and you to create a <a href='https://en.bitcoin.it/wiki/PayJoin' target='_blank'>payjoin transaction</a> by adding inputs from the receiver.<br/>" +
|
||||||
$"The amount being sent may appear higher but is in fact almost same.<br/><br/>" +
|
$"The amount being sent may appear higher but is in fact almost same.<br/><br/>" +
|
||||||
$"If you cancel refuse to sign this transaction, the payment will proceed without payjoin"
|
$"If you cancel or refuse to sign this transaction, the payment will proceed without payjoin"
|
||||||
});
|
});
|
||||||
return ViewVault(walletId, proposedPayjoin, vm.PayJoinEndpointUrl, psbt);
|
return ViewVault(walletId, proposedPayjoin, vm.PayJoinEndpointUrl, psbt);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user