mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-05 13:14:25 -04:00
fix translation to wait for confirmations when deposits published
This commit is contained in:
parent
d67d259b2c
commit
68f7067125
18 changed files with 34 additions and 18 deletions
|
@ -51,7 +51,7 @@ public class BuyerStep1View extends TradeStepView {
|
|||
|
||||
@Override
|
||||
protected String getInfoText() {
|
||||
return Res.get("portfolio.pending.step1.info", Res.get("shared.You"));
|
||||
return Res.get("portfolio.pending.step1.info.you");
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -48,7 +48,7 @@ public class SellerStep1View extends TradeStepView {
|
|||
|
||||
@Override
|
||||
protected String getInfoText() {
|
||||
return Res.get("portfolio.pending.step1.info", Res.get("shared.TheXMRBuyer"));
|
||||
return Res.get("portfolio.pending.step1.info.buyer");
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue