diff --git a/gui/src/main/java/io/bitsquare/gui/main/offer/createoffer/CreateOfferView.java b/gui/src/main/java/io/bitsquare/gui/main/offer/createoffer/CreateOfferView.java index a465a76b27..e1047e8e9f 100644 --- a/gui/src/main/java/io/bitsquare/gui/main/offer/createoffer/CreateOfferView.java +++ b/gui/src/main/java/io/bitsquare/gui/main/offer/createoffer/CreateOfferView.java @@ -285,7 +285,7 @@ public class CreateOfferView extends ActivatableViewAndModel Utilities.openWebPage("https://bitsquare.io/faq#6")) .closeButtonText("I understand") diff --git a/gui/src/main/java/io/bitsquare/gui/main/overlays/windows/TacWindow.java b/gui/src/main/java/io/bitsquare/gui/main/overlays/windows/TacWindow.java index 8cc1ac11f8..0c05e337e0 100644 --- a/gui/src/main/java/io/bitsquare/gui/main/overlays/windows/TacWindow.java +++ b/gui/src/main/java/io/bitsquare/gui/main/overlays/windows/TacWindow.java @@ -33,7 +33,7 @@ public class TacWindow extends Overlay { "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" +