mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-27 16:17:37 -04:00
update withdraw confirmation wording with translations
This commit is contained in:
parent
8981740b8c
commit
39c75cd71b
17 changed files with 18 additions and 6 deletions
|
@ -302,10 +302,9 @@ public class WithdrawalView extends ActivatableView<VBox, Void> {
|
|||
BigInteger receiverAmount = tx.getOutgoingTransfer().getDestinations().get(0).getAmount();
|
||||
BigInteger fee = tx.getFee();
|
||||
String messageText = Res.get("shared.sendFundsDetailsWithFee",
|
||||
HavenoUtils.formatXmr(receiverAmount.add(fee), true),
|
||||
HavenoUtils.formatXmr(receiverAmount, true),
|
||||
withdrawToAddress,
|
||||
HavenoUtils.formatXmr(fee, true),
|
||||
HavenoUtils.formatXmr(receiverAmount, true));
|
||||
HavenoUtils.formatXmr(fee, true));
|
||||
|
||||
// popup confirmation message
|
||||
Popup popup = new Popup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue