Fix wording

This commit is contained in:
Manfred Karrer 2016-06-15 22:04:18 +02:00
parent 5eb38829af
commit c7e46f8b23
2 changed files with 2 additions and 2 deletions

View File

@ -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 arbitratorSignature DER encoded canonical signature of arbitrator

View File

@ -44,7 +44,7 @@ public class SellerStep3bView extends TradeStepView {
@Override
protected String getInfoText() {
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.";
}