mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Add translation string
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
8b91ed7a00
commit
a621973eed
@ -468,8 +468,7 @@ public class OpenOfferManager implements PeerManager.Listener, DecryptedDirectMe
|
||||
}
|
||||
|
||||
if (cannotActivateOffer(openOffer.getOffer())) {
|
||||
errorMessageHandler.handleErrorMessage("This cloned offer with shared maker fee cannot be activated because it uses the same payment method " +
|
||||
"and currency as another active offer.");
|
||||
errorMessageHandler.handleErrorMessage(Res.get("offerbook.cannotActivate.info"));
|
||||
return;
|
||||
}
|
||||
|
||||
@ -640,6 +639,7 @@ public class OpenOfferManager implements PeerManager.Listener, DecryptedDirectMe
|
||||
} else {
|
||||
// We use CANCELED for the offers which have shared maker fee but have not been taken for the trade.
|
||||
openOffer.setState(OpenOffer.State.CANCELED);
|
||||
// We need to reset now those entries as well
|
||||
btcWalletService.resetAddressEntriesForOpenOffer(openOffer.getId());
|
||||
}
|
||||
offerBookService.removeOffer(openOffer.getOffer().getOfferPayloadBase(),
|
||||
|
@ -368,6 +368,9 @@ offerbook.xmrAutoConf=Is auto-confirm enabled
|
||||
|
||||
offerbook.clonedOffer.info=This is a cloned offer with shared maker fee transaction ID
|
||||
offerbook.nonClonedOffer.info=Regular offer without shared maker fee transaction ID
|
||||
offerbook.cannotActivate.info=This cloned offer with shared maker fee cannot be activated because it uses \
|
||||
the same payment method and currency as another active offer. You need to edit the offer and change the \
|
||||
payment method or currency or deactivate the offer which has the same payment method and currency.
|
||||
|
||||
offerbook.timeSinceSigning.help=When you successfully complete a trade with a peer who has a signed payment account, your payment account is signed.\n\
|
||||
{0} days later, the initial limit of {1} is lifted and your account can sign other peers'' payment accounts.
|
||||
|
Loading…
Reference in New Issue
Block a user