diff --git a/gui/src/main/java/io/bitsquare/gui/components/paymentmethods/BankForm.java b/gui/src/main/java/io/bitsquare/gui/components/paymentmethods/BankForm.java index 834c322909..18e0e1e4af 100644 --- a/gui/src/main/java/io/bitsquare/gui/components/paymentmethods/BankForm.java +++ b/gui/src/main/java/io/bitsquare/gui/components/paymentmethods/BankForm.java @@ -269,7 +269,7 @@ abstract class BankForm extends PaymentMethodForm { if (selectedItem != null) { if (selectedItem.code.equals("US")) { new Popup<>().information("Bank transfer with WIRE or ACH is not supported for the US because WIRE is too expensive and ACH has a high chargeback risk.\n\n" + - "Please use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash Deposit\" instead.") + "Please use payment methods \"ClearXchange\", \"US Postal Money Order\" or \"Cash/ATM Deposit\" instead.") .onClose(() -> closeHandler.run()) .show(); } else { diff --git a/gui/src/main/java/io/bitsquare/gui/main/portfolio/pendingtrades/steps/seller/SellerStep3View.java b/gui/src/main/java/io/bitsquare/gui/main/portfolio/pendingtrades/steps/seller/SellerStep3View.java index 2922e19231..72768c2ef6 100644 --- a/gui/src/main/java/io/bitsquare/gui/main/portfolio/pendingtrades/steps/seller/SellerStep3View.java +++ b/gui/src/main/java/io/bitsquare/gui/main/portfolio/pendingtrades/steps/seller/SellerStep3View.java @@ -92,7 +92,7 @@ public class SellerStep3View extends TradeStepView { "The trade ID (\"reason for payment\" text) of the transaction is: \"" + trade.getShortId() + "\""; if (paymentAccountContractData instanceof CashDepositAccountContractData) - message += "\n\nBecause the payment is done via Cash Deposit the BTC buyer has to write \"NO REFUND\" " + + message += "\n\nBecause the payment is done via Cash/ATM Deposit the BTC buyer has to write \"NO REFUND\" " + "on the paper receipt, tear it in 2 parts and send you a photo by email.\n\n" + "To avoid chargeback risk, only confirm if you received the email and if you are " + "sure the paper receipt is valid.\n" +