mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Update display string
This commit is contained in:
parent
5b17d3d571
commit
2ba21f0277
2 changed files with 2 additions and 2 deletions
|
@ -758,7 +758,7 @@ funds.tx.noTxAvailable=No transactions available
|
|||
funds.tx.revert=Revert
|
||||
funds.tx.txSent=Transaction successfully sent to a new address in the local Bisq wallet.
|
||||
funds.tx.direction.self=Sent to yourself
|
||||
funds.tx.proposalTxFee=Miner fee for proposal
|
||||
funds.tx.daoTxFee=Miner fee for DAO tx
|
||||
funds.tx.reimbursementRequestTxFee=Reimbursement request
|
||||
funds.tx.compensationRequestTxFee=Compensation request
|
||||
|
||||
|
|
|
@ -139,7 +139,7 @@ class TransactionsListItem {
|
|||
else if (txTypeOptional.get().equals(TxType.REIMBURSEMENT_REQUEST))
|
||||
details = Res.get("funds.tx.reimbursementRequestTxFee");
|
||||
else
|
||||
details = Res.get("funds.tx.proposalTxFee");
|
||||
details = Res.get("funds.tx.daoTxFee");
|
||||
}
|
||||
} else {
|
||||
outgoing = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue