fix translation to wait for confirmations when deposits published

This commit is contained in:
woodser 2025-03-07 07:11:49 -05:00 committed by GitHub
parent d67d259b2c
commit 68f7067125
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 34 additions and 18 deletions

View file

@ -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");
}
///////////////////////////////////////////////////////////////////////////////////////////

View file

@ -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");
}
///////////////////////////////////////////////////////////////////////////////////////////