mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
Fix wording
This commit is contained in:
parent
808d56470a
commit
47c00e77d6
1 changed files with 2 additions and 2 deletions
|
@ -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.";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue