Fix typo in trigger price tooltip

This commit is contained in:
Christoph Atteneder 2021-01-20 15:22:25 +01:00
parent 2c348f7d7a
commit f0f27db83e
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

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