From f0f27db83e4cf29bd8b34ebefbfc6f05e16cd309 Mon Sep 17 00:00:00 2001 From: Christoph Atteneder Date: Wed, 20 Jan 2021 15:22:25 +0100 Subject: [PATCH] Fix typo in trigger price tooltip --- core/src/main/resources/i18n/displayStrings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/i18n/displayStrings.properties b/core/src/main/resources/i18n/displayStrings.properties index cf35cb9424a..8e6801f58d2 100644 --- a/core/src/main/resources/i18n/displayStrings.properties +++ b/core/src/main/resources/i18n/displayStrings.properties @@ -459,7 +459,7 @@ createOffer.tradeFee.descriptionBSQEnabled=Select trade fee currency createOffer.triggerPrice.prompt=Set optional trigger price createOffer.triggerPrice.label=Deactivate offer if market price is {0} -createOffer.triggerPrice.tooltip=As protecting against drastic price movements you can set a trigger price which \ +createOffer.triggerPrice.tooltip=As protection against drastic price movements you can set a trigger price which \ deactivates the offer if the market price reaches that value. createOffer.triggerPrice.invalid.tooLow=Value must be higher than {0} createOffer.triggerPrice.invalid.tooHigh=Value must be lower than {0}