mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-26 07:40:35 -04: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
|
@Override
|
||||||
protected String getInfoBlockTitle() {
|
protected String getInfoBlockTitle() {
|
||||||
return "Wait for blockchain confirmation";
|
return "Wait for payment";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected String getInfoText() {
|
protected String getInfoText() {
|
||||||
return "The deposit transaction has at least one blockchain confirmation.\n" +
|
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
Add a link
Reference in a new issue