mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Improve wording
This commit is contained in:
parent
46cdfafd5e
commit
447c668cbb
@ -889,8 +889,7 @@ public class CreateOfferView extends ActivatableViewAndModel<AnchorPane, CreateO
|
||||
cancelButton2 = addButton(gridPane, ++gridRow, BSResources.get("shared.cancel"));
|
||||
cancelButton2.setOnAction(e -> {
|
||||
if (model.dataModel.isWalletFunded.get()) {
|
||||
new Popup().warning("You have already paid in the funds.\n" +
|
||||
"Are you sure you want to cancel.")
|
||||
new Popup().warning("Are you sure, you want to cancel.")
|
||||
.closeButtonText("No")
|
||||
.actionButtonText("Yes, cancel")
|
||||
.onAction(() -> {
|
||||
|
@ -778,8 +778,7 @@ public class TakeOfferView extends ActivatableViewAndModel<AnchorPane, TakeOffer
|
||||
cancelButton2 = addButton(gridPane, ++gridRow, BSResources.get("shared.cancel"));
|
||||
cancelButton2.setOnAction(e -> {
|
||||
if (model.dataModel.isWalletFunded.get()) {
|
||||
new Popup().warning("You have already paid in the funds.\n" +
|
||||
"Are you sure you want to cancel.")
|
||||
new Popup().warning("Are you sure, you want to cancel.")
|
||||
.closeButtonText("No")
|
||||
.actionButtonText("Yes, cancel")
|
||||
.onAction(() -> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user