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

Commit f2a3391

Browse files
author
schnogz
committed
chore(Release): v4.20.10
1 parent 6a94076 commit f2a3391

3 files changed

Lines changed: 8 additions & 8 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.20.9",
3+
"version": "4.20.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1999,6 +1999,10 @@
19991999
},
20002000
{
20012001
"descriptors": [
2002+
{
2003+
"defaultMessage": "The PIT",
2004+
"id": "layouts.wallet.menuleft.navigation.thepit"
2005+
},
20022006
{
20032007
"defaultMessage": "Dashboard",
20042008
"id": "layouts.wallet.menuleft.navigation.dashboard"
@@ -2022,10 +2026,6 @@
20222026
{
20232027
"defaultMessage": "New",
20242028
"id": "layouts.wallet.menuleft.navigation.transactions.new"
2025-
},
2026-
{
2027-
"defaultMessage": "The PIT",
2028-
"id": "layouts.wallet.menuleft.navigation.thepit"
20292029
}
20302030
],
20312031
"path": "src/layouts/Wallet/MenuLeft/Navigation/template.json"
@@ -8375,8 +8375,8 @@
83758375
"id": "scenes.linkaccount.pit_will_be_able_to"
83768376
},
83778377
{
8378-
"defaultMessage": "Share your Gold or Silver or Level status",
8379-
"id": "scenes.linkaccount.share_levels"
8378+
"defaultMessage": "Share your Gold or Silver",
8379+
"id": "scenes.linkaccount.share_levels1"
83808380
},
83818381
{
83828382
"defaultMessage": "Exchange crypto addresses so you don’t have to copy and paste",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1666,7 +1666,7 @@
16661666
"scenes.linkaccount.pit_will_be_able_to": "The PIT will be able to:",
16671667
"scenes.linkaccount.pit_will_not_be_able_to": "The PIT will not be able to:",
16681668
"scenes.linkaccount.share_addresses": "Exchange crypto addresses so you don’t have to copy and paste",
1669-
"scenes.linkaccount.share_levels": "Share your Gold or Silver or Level status",
1669+
"scenes.linkaccount.share_levels1": "Share your Gold or Silver",
16701670
"scenes.linkaccount.view_pw": "View your Wallet password, recovery phrase, or private keys",
16711671
"scenes.lockbox.dashboard.transactions.thatsit": "That's it! No more transactions 📭",
16721672
"scenes.lockbox.menu.currencylist.error": "Oops. Something went wrong. Click <span class=\"link\">here</span> to refresh.",

0 commit comments

Comments
 (0)