consistent label for amount of xmr to buy/sell

This commit is contained in:
woodser 2023-05-19 12:12:37 -04:00
parent 65dbb9bd30
commit a31b73d676

View File

@ -442,8 +442,8 @@ createOffer.amount.prompt=Enter amount in XMR
createOffer.price.prompt=Enter price
createOffer.volume.prompt=Enter amount in {0}
createOffer.amountPriceBox.amountDescription=Amount of XMR to {0}
createOffer.amountPriceBox.buy.amountDescriptionCrypto=Amount in XMR to spend
createOffer.amountPriceBox.sell.amountDescriptionCrypto=Amount in XMR to receive
createOffer.amountPriceBox.buy.amountDescriptionCrypto=Amount of XMR to sell
createOffer.amountPriceBox.sell.amountDescriptionCrypto=Amount of XMR to buy
createOffer.amountPriceBox.buy.volumeDescription=Amount in {0} to spend
createOffer.amountPriceBox.sell.volumeDescription=Amount in {0} to receive
createOffer.amountPriceBox.buy.volumeDescriptionCrypto=Amount in {0} to sell
@ -520,8 +520,8 @@ createOffer.minSecurityDepositUsed=Min. buyer security deposit is used
takeOffer.amount.prompt=Enter amount in BTC
takeOffer.amountPriceBox.buy.amountDescription=Amount of XMR to sell
takeOffer.amountPriceBox.sell.amountDescription=Amount of XMR to buy
takeOffer.amountPriceBox.buy.amountDescriptionCrypto=Amount of XMR to spend
takeOffer.amountPriceBox.sell.amountDescriptionCrypto=Amount of XMR to receive
takeOffer.amountPriceBox.buy.amountDescriptionCrypto=Amount of XMR to sell
takeOffer.amountPriceBox.sell.amountDescriptionCrypto=Amount of XMR to buy
takeOffer.amountPriceBox.priceDescription=Price per bitcoin in {0}
takeOffer.amountPriceBox.amountRangeDescription=Possible amount range
takeOffer.amountPriceBox.warning.invalidBtcDecimalPlaces=The amount you have entered exceeds the number of allowed decimal places.\nThe amount has been adjusted to 4 decimal places.