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
edbb7ddcc7
commit
1d57bd194e
@ -228,7 +228,7 @@ public class ArbitratorRegistrationView extends ActivatableViewAndModel<VBox, Ar
|
||||
() -> new Popup().feedback("You have successfully removed your arbitrator from the P2P network.").show(),
|
||||
(errorMessage) -> new Popup().error("Could not remove arbitrator.\nError message: " + errorMessage).show());
|
||||
} else {
|
||||
new Popup().information("You need to wait until your are bootstrapped to the network.\n" +
|
||||
new Popup().information("You need to wait until bootstrapping to the network is completed.\n" +
|
||||
"That might take up to about 2 minutes at startup.").show();
|
||||
}
|
||||
}
|
||||
|
@ -429,7 +429,7 @@ public class TraderDisputeView extends ActivatableView<VBox, Void> {
|
||||
if (!text.isEmpty())
|
||||
onSendMessage(text, selectedDispute);
|
||||
} else {
|
||||
new Popup().information("You need to wait until your are bootstrapped to the network.\n" +
|
||||
new Popup().information("You need to wait until bootstrapping to the network is completed.\n" +
|
||||
"That might take up to about 2 minutes at startup.").show();
|
||||
}
|
||||
});
|
||||
|
@ -320,7 +320,7 @@ public class OfferBookView extends ActivatableViewAndModel<GridPane, OfferBookVi
|
||||
if (model.isBootstrapped())
|
||||
offerActionHandler.onTakeOffer(offer);
|
||||
else
|
||||
new Popup().information("You need to wait until your are bootstrapped to the network.\n" +
|
||||
new Popup().information("You need to wait until bootstrapping to the network is completed.\n" +
|
||||
"That might take up to about 2 minutes at startup.").show();
|
||||
}
|
||||
|
||||
@ -333,7 +333,7 @@ public class OfferBookView extends ActivatableViewAndModel<GridPane, OfferBookVi
|
||||
.closeButtonText("Don't remove the offer")
|
||||
.show();
|
||||
} else {
|
||||
new Popup().information("You need to wait until your are bootstrapped to the network.\n" +
|
||||
new Popup().information("You need to wait until bootstrapping to the network is completed.\n" +
|
||||
"That might take up to about 2 minutes at startup.").show();
|
||||
}
|
||||
}
|
||||
|
@ -101,7 +101,7 @@ public class OpenOffersView extends ActivatableViewAndModel<VBox, OpenOffersView
|
||||
.closeButtonText("Don't remove the offer")
|
||||
.show();
|
||||
} else {
|
||||
new Popup().information("You need to wait until your are bootstrapped to the network.\n" +
|
||||
new Popup().information("You need to wait until bootstrapping to the network is completed.\n" +
|
||||
"That might take up to about 2 minutes at startup.").show();
|
||||
}
|
||||
}
|
||||
|
@ -235,7 +235,7 @@ public class BuyerStep2View extends TradeStepView {
|
||||
confirmPaymentStarted();
|
||||
}
|
||||
} else {
|
||||
new Popup().information("You need to wait until your are bootstrapped to the network.\n" +
|
||||
new Popup().information("You need to wait until bootstrapping to the network is completed.\n" +
|
||||
"That might take up to about 2 minutes at startup.").show();
|
||||
}
|
||||
}
|
||||
|
@ -244,7 +244,7 @@ public class SellerStep3View extends TradeStepView {
|
||||
confirmPaymentReceived();
|
||||
}
|
||||
} else {
|
||||
new Popup().information("You need to wait until your are bootstrapped to the network.\n" +
|
||||
new Popup().information("You need to wait until bootstrapping to the network is completed.\n" +
|
||||
"That might take up to about 2 minutes at startup.").show();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user