From a31b73d67616d0464349a5d7551bc2430c50cab7 Mon Sep 17 00:00:00 2001 From: woodser Date: Fri, 19 May 2023 12:12:37 -0400 Subject: [PATCH] consistent label for amount of xmr to buy/sell --- core/src/main/resources/i18n/displayStrings.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/main/resources/i18n/displayStrings.properties b/core/src/main/resources/i18n/displayStrings.properties index a208291d..368ae779 100644 --- a/core/src/main/resources/i18n/displayStrings.properties +++ b/core/src/main/resources/i18n/displayStrings.properties @@ -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.