From 031883e5e36ab7674928dea3fab7200b6e1d9cba Mon Sep 17 00:00:00 2001 From: woodser Date: Mon, 26 Feb 2024 11:54:43 -0500 Subject: [PATCH] add penalty disclaimer to terms of acceptance --- .../java/haveno/desktop/main/overlays/windows/TacWindow.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ef45f471..a69e5915 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 @@ -76,7 +76,7 @@ public class TacWindow extends Overlay { " - 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" + - " - The arbitrator may charge a small fee (max. the traders security deposit) as compensation for their work.\n"; + " - The arbitrator may penalize offer makers and traders for breaching Haveno rules and the principle of acting in good faith within the network, up to the value of the security deposit.\n"; message(text); showScrollPane(); actionButtonText(Res.get("tacWindow.agree"));