mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Fix wording
This commit is contained in:
parent
9f3cbac0d5
commit
bf74bf49bd
@ -395,7 +395,7 @@ public class OfferBookView extends ActivatableViewAndModel<GridPane, OfferBookVi
|
||||
String key = "RemoveOfferWarning";
|
||||
if (model.preferences.showAgain(key))
|
||||
new Popup().warning("Are you sure you want to remove that offer?\n" +
|
||||
"The offer fee you " + model.formatter.formatCoinWithCode(FeePolicy.getCreateOfferFee()) + " will be lost if you remove that offer.")
|
||||
"The offer fee of " + model.formatter.formatCoinWithCode(FeePolicy.getCreateOfferFee()) + " will be lost if you remove that offer.")
|
||||
.actionButtonText("Remove offer")
|
||||
.onAction(() -> doRemoveOffer(offer))
|
||||
.closeButtonText("Don't remove the offer")
|
||||
|
Loading…
Reference in New Issue
Block a user