Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 8cd51fb

Browse files
author
plondon
committed
chore(Release): v4.19.10
1 parent 981d5b3 commit 8cd51fb

3 files changed

Lines changed: 16 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockchain-wallet-v4",
3-
"version": "4.19.9",
3+
"version": "4.19.10",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"author": {

packages/blockchain-wallet-v4-frontend/src/assets/locales/defaultMessages.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,8 +1857,8 @@
18571857
"id": "components.txlistitem.rbf"
18581858
},
18591859
{
1860-
"defaultMessage": "PAX Fee",
1861-
"id": "components.txlistitem.feepax"
1860+
"defaultMessage": "USD Pax Fee",
1861+
"id": "components.txlistitem.paxfee"
18621862
},
18631863
{
18641864
"defaultMessage": "Description",
@@ -1887,13 +1887,22 @@
18871887
{
18881888
"defaultMessage": "Status",
18891889
"id": "components.txlistitem.status"
1890-
},
1890+
}
1891+
],
1892+
"path": "src/components/TransactionListItem/template.json"
1893+
},
1894+
{
1895+
"descriptors": [
18911896
{
18921897
"defaultMessage": "Transaction Fee",
18931898
"id": "scenes.transactions.bitcoin.content.pages.listitem.fee.label"
1899+
},
1900+
{
1901+
"defaultMessage": "Failed to retrieve fee!",
1902+
"id": "scenes.transactions.bitcoin.content.pages.listitem.fee.error"
18941903
}
18951904
],
1896-
"path": "src/components/TransactionListItem/template.json"
1905+
"path": "src/components/TransactionListItem/TransactionFee/index.json"
18971906
},
18981907
{
18991908
"descriptors": [

packages/blockchain-wallet-v4-frontend/src/assets/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,12 +339,12 @@
339339
"components.transactionlistitem.addresses.to": "To:",
340340
"components.txlistitem.change": "(Change Address)",
341341
"components.txlistitem.description": "Description",
342-
"components.txlistitem.feepax": "PAX Fee",
343342
"components.txlistitem.memo": "Memo",
344343
"components.txlistitem.partnerlabel.boughtvia": "Bought via {partner}",
345344
"components.txlistitem.partnerlabel.depositedshapeshift": "ShapeShift Deposit",
346345
"components.txlistitem.partnerlabel.receivedshapeshift": "Received from ShapeShift",
347346
"components.txlistitem.partnerlabel.soldvia": "Sold via {partner}",
347+
"components.txlistitem.paxfee": "USD Pax Fee",
348348
"components.txlistitem.rbf": "Replace-By-Fee",
349349
"components.txlistitem.receivedby": "Received By",
350350
"components.txlistitem.sentfrom": "Sent From",
@@ -2134,6 +2134,7 @@
21342134
"scenes.transactions.bitcoin.content.list.listitem.status.received": "Received",
21352135
"scenes.transactions.bitcoin.content.list.listitem.status.sent": "Sent",
21362136
"scenes.transactions.bitcoin.content.list.listitem.status.transferred": "Transferred",
2137+
"scenes.transactions.bitcoin.content.pages.listitem.fee.error": "Failed to retrieve fee!",
21372138
"scenes.transactions.bitcoin.content.pages.listitem.fee.label": "Transaction Fee:",
21382139
"scenes.transactions.content.list.listitem.transactionunconfirmed": "Your transaction will be complete after it has {minConfirmations} confirmations.",
21392140
"scenes.transactions.content.pages.listitem.confirmation.confirmed": "Transaction Confirmed",

0 commit comments

Comments
 (0)