mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-19 20:34:30 -04:00
Improve wording
This commit is contained in:
parent
c57813f407
commit
e76f80eabb
2 changed files with 2 additions and 2 deletions
|
@ -891,7 +891,7 @@ public class CreateOfferView extends ActivatableViewAndModel<AnchorPane, CreateO
|
||||||
if (model.dataModel.isWalletFunded.get()) {
|
if (model.dataModel.isWalletFunded.get()) {
|
||||||
new Popup().warning("You have already paid the funds.\n" +
|
new Popup().warning("You have already paid the funds.\n" +
|
||||||
"If you cancel now, your funds will be available immediately.\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")
|
.closeButtonText("No")
|
||||||
.actionButtonText("Yes, cancel")
|
.actionButtonText("Yes, cancel")
|
||||||
.onAction(() -> {
|
.onAction(() -> {
|
||||||
|
|
|
@ -780,7 +780,7 @@ public class TakeOfferView extends ActivatableViewAndModel<AnchorPane, TakeOffer
|
||||||
if (model.dataModel.isWalletFunded.get()) {
|
if (model.dataModel.isWalletFunded.get()) {
|
||||||
new Popup().warning("You have already paid the funds.\n" +
|
new Popup().warning("You have already paid the funds.\n" +
|
||||||
"If you cancel now, your funds will be available immediately.\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")
|
.closeButtonText("No")
|
||||||
.actionButtonText("Yes, cancel")
|
.actionButtonText("Yes, cancel")
|
||||||
.onAction(() -> {
|
.onAction(() -> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue