diff --git a/gui/src/main/java/io/bitsquare/gui/main/portfolio/pendingtrades/steps/seller/SellerStep2View.java b/gui/src/main/java/io/bitsquare/gui/main/portfolio/pendingtrades/steps/seller/SellerStep2View.java index 6e46728efe..0e498ad792 100644 --- a/gui/src/main/java/io/bitsquare/gui/main/portfolio/pendingtrades/steps/seller/SellerStep2View.java +++ b/gui/src/main/java/io/bitsquare/gui/main/portfolio/pendingtrades/steps/seller/SellerStep2View.java @@ -37,13 +37,13 @@ public class SellerStep2View extends TradeStepView { @Override protected String getInfoBlockTitle() { - return "Wait for blockchain confirmation"; + return "Wait for payment"; } @Override protected String getInfoText() { return "The deposit transaction has at least one blockchain confirmation.\n" + - "You need to wait until that the bitcoin buyer starts the " + model.dataModel.getCurrencyCode() + " payment."; + "You need to wait until the bitcoin buyer starts the " + model.dataModel.getCurrencyCode() + " payment."; }