update confirming payment sent/received message
This commit is contained in:
parent
4901808844
commit
250f4be626
@ -162,7 +162,7 @@ public class BuyerStep2View extends TradeStepView {
|
|||||||
switch (state) {
|
switch (state) {
|
||||||
case BUYER_CONFIRMED_IN_UI_PAYMENT_SENT:
|
case BUYER_CONFIRMED_IN_UI_PAYMENT_SENT:
|
||||||
busyAnimation.play();
|
busyAnimation.play();
|
||||||
statusLabel.setText("Confirming payment sent...");
|
statusLabel.setText("Confirming payment sent. This can take up to a few minutes depending on connection speed. Please wait...");
|
||||||
break;
|
break;
|
||||||
case BUYER_SENT_PAYMENT_SENT_MSG:
|
case BUYER_SENT_PAYMENT_SENT_MSG:
|
||||||
busyAnimation.play();
|
busyAnimation.play();
|
||||||
|
@ -121,7 +121,7 @@ public class SellerStep3View extends TradeStepView {
|
|||||||
switch (state) {
|
switch (state) {
|
||||||
case SELLER_CONFIRMED_IN_UI_PAYMENT_RECEIPT:
|
case SELLER_CONFIRMED_IN_UI_PAYMENT_RECEIPT:
|
||||||
busyAnimation.play();
|
busyAnimation.play();
|
||||||
statusLabel.setText(Res.get("Confirming payment received..."));
|
statusLabel.setText(Res.get("Confirming payment received. This can take up to a few minutes depending on connection speed. Please wait..."));
|
||||||
break;
|
break;
|
||||||
case SELLER_PUBLISHED_PAYOUT_TX:
|
case SELLER_PUBLISHED_PAYOUT_TX:
|
||||||
case SELLER_SENT_PAYOUT_TX_PUBLISHED_MSG:
|
case SELLER_SENT_PAYOUT_TX_PUBLISHED_MSG:
|
||||||
|
Loading…
Reference in New Issue
Block a user