From 9f171a1e41c5d8944c07be9ffcb2257f750fa2ae Mon Sep 17 00:00:00 2001 From: woodser Date: Mon, 9 Oct 2023 16:15:43 -0400 Subject: [PATCH] update TAC window --- .../haveno/desktop/main/overlays/windows/TacWindow.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/src/main/java/haveno/desktop/main/overlays/windows/TacWindow.java b/desktop/src/main/java/haveno/desktop/main/overlays/windows/TacWindow.java index a25666d3d2..d02e39d885 100644 --- a/desktop/src/main/java/haveno/desktop/main/overlays/windows/TacWindow.java +++ b/desktop/src/main/java/haveno/desktop/main/overlays/windows/TacWindow.java @@ -70,12 +70,12 @@ public class TacWindow extends Overlay { "accordance with the Haveno arbitration rules as at present in force. The arbitration is conducted online. " + "The language to be used in the arbitration proceedings shall be English if not otherwise stated.\n\n" + - "6. The user confirms that they have read and agreed to the rules regarding the dispute process:\n" + + "6. The user confirms that they have read and agreed to the rules regarding the trade and dispute processes:\n" + " - You must complete trades within the maximum duration specified for each payment method.\n" + " - Leave the \"reason for payment\" field empty. DO NOT put the trade ID or any other text like 'monero', 'XMR', or 'Haveno'.\n" + - " - If the bank of the fiat sender charges fees, the sender (" + Res.getBaseCurrencyCode() + " buyer) has to cover the fees.\n" + + " - If the bank of the fiat sender charges fees, the fiat sender (" + Res.getBaseCurrencyCode() + " buyer) has to cover the fees.\n" + + " - If either trader opens a dispute, the arbitrator can settle the dispute and pay out trade funds accordingly.\n" + " - In case of arbitration, you must cooperate with the arbitrator and respond to each message within 48 hours.\n" + - " - In case of arbitration, the decision of the arbitrator is final.\n" + " - The arbitrator may charge a small fee (max. the traders security deposit) as compensation for their work.\n"; message(text); showScrollPane();