mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Update display string
This commit is contained in:
parent
5b17d3d571
commit
2ba21f0277
@ -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…
Reference in New Issue
Block a user