mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
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) {
|
||||
case BUYER_CONFIRMED_IN_UI_PAYMENT_SENT:
|
||||
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;
|
||||
case BUYER_SENT_PAYMENT_SENT_MSG:
|
||||
busyAnimation.play();
|
||||
|
@ -121,7 +121,7 @@ public class SellerStep3View extends TradeStepView {
|
||||
switch (state) {
|
||||
case SELLER_CONFIRMED_IN_UI_PAYMENT_RECEIPT:
|
||||
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;
|
||||
case SELLER_PUBLISHED_PAYOUT_TX:
|
||||
case SELLER_SENT_PAYOUT_TX_PUBLISHED_MSG:
|
||||
|
Loading…
Reference in New Issue
Block a user