Correct wording of altcoin payto address label.

This commit is contained in:
jmacxx 2022-06-27 22:00:16 -05:00
parent 590bb6cdb8
commit 484c4b5f50
No known key found for this signature in database
GPG Key ID: 155297BABFE94A1B
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: