mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-21 21:44:44 -04:00
Fix wording
This commit is contained in:
parent
5eb38829af
commit
c7e46f8b23
2 changed files with 2 additions and 2 deletions
|
@ -727,7 +727,7 @@ public class TradeWalletService {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A trader who got the signed tx from the arbitrator finalize the payout tx
|
* A trader who got the signed tx from the arbitrator finalizes the payout tx
|
||||||
*
|
*
|
||||||
* @param depositTxSerialized Serialized deposit tx
|
* @param depositTxSerialized Serialized deposit tx
|
||||||
* @param arbitratorSignature DER encoded canonical signature of arbitrator
|
* @param arbitratorSignature DER encoded canonical signature of arbitrator
|
||||||
|
|
|
@ -44,7 +44,7 @@ public class SellerStep3bView extends TradeStepView {
|
||||||
@Override
|
@Override
|
||||||
protected String getInfoText() {
|
protected String getInfoText() {
|
||||||
return "We requested from the trading peer to sign and finalize the payout transaction.\n" +
|
return "We requested from the trading peer to sign and finalize the payout transaction.\n" +
|
||||||
"It might be that the other peer is offline, so we need to wait until he finalize the " +
|
"It might be that the other peer is offline, so we need to wait until he finalizes the " +
|
||||||
"transaction when he goes online again.";
|
"transaction when he goes online again.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue