Improve BSQ swap success message

This commit is contained in:
Christoph Atteneder 2021-12-06 11:04:48 +01:00
parent 7f22ffedf9
commit 319a9d96a7
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

@ -576,7 +576,7 @@ takeOffer.success.info=You can see the status of your trade at \"Portfolio/Open
takeOffer.error.message=An error occurred when taking the offer.\n\n{0}
takeOffer.bsqSwap.success.headline=Your BSQ swap trade is completed
takeOffer.bsqSwap.success.info=You can see your completed trade at \"Portfolio/Processing BSQ Swaps\"
takeOffer.bsqSwap.success.info=Until your trade is included in a block you can see your completed trade at \"Portfolio/Unconfirmed BSQ Swaps\"
# new entries
takeOffer.takeOfferButton=Review: Take offer to {0} bitcoin
@ -652,7 +652,7 @@ bsqSwapOffer.feeHandling=Fee handling for BSQ swaps is different from normal Bis
portfolio.tab.openOffers=My open offers
portfolio.tab.pendingTrades=Open trades
portfolio.tab.history=History
portfolio.tab.bsqSwap=Processing BSQ swaps
portfolio.tab.bsqSwap=Unconfirmed BSQ swaps
portfolio.tab.failed=Failed
portfolio.tab.editOpenOffer=Edit offer
portfolio.tab.duplicateOffer=Duplicate offer
@ -2454,8 +2454,8 @@ dao.tx.bsqSwapTx=BSQ Swap transaction
dao.tx.bsqSwapTrade=BSQ Swap trade: {0}
dao.proposal.create.missingBsqFunds=You don''t have sufficient BSQ funds for creating the proposal. If you have a \
processing BSQ transaction you need to wait for a blockchain confirmation because BSQ is validated only if it is \
dao.proposal.create.missingBsqFunds=You don''t have sufficient BSQ funds for creating the proposal. If you have an \
unconfirmed BSQ transaction you need to wait for a blockchain confirmation because BSQ is validated only if it is \
included in a block.\n\
Missing: {0}
@ -3252,8 +3252,8 @@ navigation.funds.availableForWithdrawal=\"Funds/Send funds\"
navigation.portfolio.myOpenOffers=\"Portfolio/My open offers\"
navigation.portfolio.pending=\"Portfolio/Open trades\"
navigation.portfolio.closedTrades=\"Portfolio/History\"
navigation.portfolio.bsqSwapTrades=\"Portfolio/Processing BSQ Swaps\"
navigation.portfolio.bsqSwapTrades.short=\"Processing BSQ Swaps\"
navigation.portfolio.bsqSwapTrades=\"Portfolio/Unconfirmed BSQ Swaps\"
navigation.portfolio.bsqSwapTrades.short=\"Unconfirmed BSQ Swaps\"
navigation.funds.depositFunds=\"Funds/Receive funds\"
navigation.settings.preferences=\"Settings/Preferences\"
# suppress inspection "UnusedProperty"