mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Fix wording
This commit is contained in:
parent
808d56470a
commit
47c00e77d6
@ -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…
x
Reference in New Issue
Block a user