From e4c2900d118f1fa51d32e49703daa10b01f58f6e Mon Sep 17 00:00:00 2001 From: Yahia Chiheb Date: Thu, 31 Oct 2019 17:15:00 +0100 Subject: [PATCH] Remove duplicate word in user agreement --- .../java/bisq/desktop/main/overlays/windows/TacWindow.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/src/main/java/bisq/desktop/main/overlays/windows/TacWindow.java b/desktop/src/main/java/bisq/desktop/main/overlays/windows/TacWindow.java index 790afe3ac47..7c9b1fcdf93 100644 --- a/desktop/src/main/java/bisq/desktop/main/overlays/windows/TacWindow.java +++ b/desktop/src/main/java/bisq/desktop/main/overlays/windows/TacWindow.java @@ -88,10 +88,10 @@ public void show() { " - If the bank of the fiat sender charges fees, the sender (" + Res.getBaseCurrencyCode() + " buyer) has to cover the fees.\n" + " - You must cooperate with the mediator during the mediation process, and respond to each mediator message within 48 hours.\n" + " - If either (or both) traders do not accept the mediator's suggested payout, traders can open a refund request from an arbitrator after 10 days in case of altcoin trades and 20 days for fiat trades.\n" + - " - You should only open a refund request from an arbitrator if you think think the mediator's suggested payout is unfair, or if your trading peer is unresponsive." + + " - You should only open a refund request from an arbitrator if you think the mediator's suggested payout is unfair, or if your trading peer is unresponsive.\n" + " - Opening a refund request from an arbitrator triggers the delayed payout transaction, sending all funds from the deposit transaction to the Bisq DAO receiver address ('collateral for refund to avoid scamming the refund process'). At this point, the arbitrator will re-investigate the case and personally refund (at their discretion) the trader who requested arbitration.\n" + "The arbitrator may charge a small fee (max. the traders security deposit) as compensation for their work.\n" + - " - The arbitrator will then make a reimbursement request to the Bisq DAO to get reimbursed for the refund they paid to the trader.\n" + + " - The arbitrator will then make a reimbursement request to the Bisq DAO to get reimbursed for the refund they paid to the trader.\n\n" + "For more details and a general overview please read the full documentation about the " + "arbitration system and the dispute process."; message(text);