Improve wording

This commit is contained in:
Manfred Karrer 2016-04-11 13:23:12 +02:00
parent 79927f0f1d
commit f6d1a5b506
2 changed files with 2 additions and 2 deletions

View File

@ -285,7 +285,7 @@ public class CreateOfferView extends ActivatableViewAndModel<AnchorPane, CreateO
"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).")
"Be sure that you have standby mode deactivated as that would disconnect your client from the network (standby of the monitor is not a problem).")
.actionButtonText("Visit FAQ web page")
.onAction(() -> Utilities.openWebPage("https://bitsquare.io/faq#6"))
.closeButtonText("I understand")

View File

@ -33,7 +33,7 @@ public class TacWindow extends Overlay<TacWindow> {
"3. The user confirms that he has read and agreed to the rules regrading the dispute process:\n" +
" - You must finalize trades within the maximum duration specified for each payment method.\n" +
" - You must enter the trade ID in the \"reason for payment\" text field when doing the fiat payment transfer.\n" +
" - If the bank of the fiat sender charges fees for the fiat transfer the fiat sender (bitcoin buyer) has to cover the fees.\n" +
" - If the bank of the fiat sender charges fees the sender (bitcoin buyer) has to cover the fees.\n" +
" - You must cooperate with the arbitrator during the arbitration process.\n" +
" - You must reply within 48 hours to each arbitrator inquiry.\n" +
" - Failure to follow the above requirements may result in loss of your security deposit.\n\n" +