mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Correct wording of altcoin payto address label.
This commit is contained in:
parent
590bb6cdb8
commit
484c4b5f50
@ -749,7 +749,7 @@ portfolio.pending.step2_buyer.f2f=Please contact the BTC seller by the provided
|
||||
portfolio.pending.step2_buyer.startPaymentUsing=Start payment using {0}
|
||||
portfolio.pending.step2_buyer.recipientsAccountData=Recipients {0}
|
||||
portfolio.pending.step2_buyer.amountToTransfer=Amount to transfer
|
||||
portfolio.pending.step2_buyer.sellersAddress=Seller''s {0} address
|
||||
portfolio.pending.step2_buyer.altcoin.address={0} Buyer''s address
|
||||
portfolio.pending.step2_buyer.buyerAccount=Your payment account to be used
|
||||
portfolio.pending.step2_buyer.paymentStarted=Payment started
|
||||
portfolio.pending.step2_buyer.fillInBsqWallet=Pay from BSQ wallet
|
||||
|
@ -337,7 +337,7 @@ public class BuyerStep2View extends TradeStepView {
|
||||
break;
|
||||
case PaymentMethod.BLOCK_CHAINS_ID:
|
||||
case PaymentMethod.BLOCK_CHAINS_INSTANT_ID:
|
||||
String labelTitle = Res.get("portfolio.pending.step2_buyer.sellersAddress", getCurrencyName(trade));
|
||||
String labelTitle = Res.get("portfolio.pending.step2_buyer.altcoin.address", getCurrencyName(trade));
|
||||
gridRow = AssetsForm.addFormForBuyer(gridPane, gridRow, paymentAccountPayload, labelTitle);
|
||||
break;
|
||||
case PaymentMethod.PROMPT_PAY_ID:
|
||||
|
Loading…
Reference in New Issue
Block a user