Skip to content

Commit

Permalink
Merge pull request #5096 from ripcurlx/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in trigger price tooltip
  • Loading branch information
sqrrm authored Jan 20, 2021
2 parents 2c348f7 + f0f27db commit 5985229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/i18n/displayStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 5985229

Please sign in to comment.