Add info that offer need to stay online

This commit is contained in:
Manfred Karrer 2016-04-10 18:40:32 +02:00
parent a6544ffaf1
commit 40064724d3

View File

@ -282,7 +282,10 @@ public class CreateOfferView extends ActivatableViewAndModel<AnchorPane, CreateO
String key = "securityDepositInfo";
new Popup().backgroundInfo("To ensure that both traders follow the trade protocol they need to pay a security deposit.\n\n" +
"The deposit will stay in your local trading wallet until the offer gets accepted by another trader.\n" +
"It will be refunded to you after the trade has successfully completed.")
"It will be refunded to you after the trade has successfully completed.\n\n" +
"Please note that you need to keep you application running if you have an open offer.\n" +
"When another trader wants to take your offer it requires that your application is online and able to react.\n" +
"Be sure that you have standby mode deactivated as that would disconnect your client from the network (monitor standby is not a problem).")
.actionButtonText("Visit FAQ web page")
.onAction(() -> Utilities.openWebPage("https://bitsquare.io/faq#6"))
.closeButtonText("I understand")