mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Merge pull request #645 from haiqu/iss615
Fix Iss615 Removing an offer should specify fee amount
This commit is contained in:
commit
6e0dbb6853
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ public class OpenOffersView extends ActivatableViewAndModel<VBox, OpenOffersView
|
|||
String key = "RemoveOfferWarning";
|
||||
if (preferences.showAgain(key))
|
||||
new Popup().warning("Are you sure you want to remove that offer?\n" +
|
||||
"The offer fee you have paid will be lost if you remove that offer.")
|
||||
"The offer fee of 0.0005 BTC will be lost if you remove that offer.")
|
||||
.actionButtonText("Remove offer")
|
||||
.onAction(() -> doRemoveOpenOffer(openOffer))
|
||||
.closeButtonText("Don't remove the offer")
|
||||
|
|
Loading…
Add table
Reference in a new issue