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
c57813f407
commit
e76f80eabb
@ -891,7 +891,7 @@ public class CreateOfferView extends ActivatableViewAndModel<AnchorPane, CreateO
|
||||
if (model.dataModel.isWalletFunded.get()) {
|
||||
new Popup().warning("You have already paid the funds.\n" +
|
||||
"If you cancel now, your funds will be available immediately.\n" +
|
||||
"Are you sure, you want to cancel.")
|
||||
"Are you sure you want to cancel?")
|
||||
.closeButtonText("No")
|
||||
.actionButtonText("Yes, cancel")
|
||||
.onAction(() -> {
|
||||
|
@ -780,7 +780,7 @@ public class TakeOfferView extends ActivatableViewAndModel<AnchorPane, TakeOffer
|
||||
if (model.dataModel.isWalletFunded.get()) {
|
||||
new Popup().warning("You have already paid the funds.\n" +
|
||||
"If you cancel now, your funds will be available immediately.\n" +
|
||||
"Are you sure, you want to cancel.")
|
||||
"Are you sure you want to cancel?")
|
||||
.closeButtonText("No")
|
||||
.actionButtonText("Yes, cancel")
|
||||
.onAction(() -> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user