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

Commit a7f80fd

Browse files
author
plondon
committed
chore(Release): v4.16.2
1 parent 69dbb73 commit a7f80fd

3 files changed

Lines changed: 16 additions & 1 deletion

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.16.1",
3+
"version": "4.16.2",
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,6 +1991,19 @@
19911991
],
19921992
"path": "src/layouts/Wallet/Header/Settings/template.json"
19931993
},
1994+
{
1995+
"descriptors": [
1996+
{
1997+
"defaultMessage": "Ad by bitcoin.com",
1998+
"id": "layouts.wallet.menuleft.footer.ad"
1999+
},
2000+
{
2001+
"defaultMessage": "Bitcoin Games. <span>Play Now</span>",
2002+
"id": "layouts.wallet.menuleft.footer.bitcoingames"
2003+
}
2004+
],
2005+
"path": "src/layouts/Wallet/MenuLeft/Footer/index.json"
2006+
},
19942007
{
19952008
"descriptors": [
19962009
{

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,8 @@
511511
"layouts.wallet.header.whatsnew.whatsnew.empty": "🎉 You're all caught up!",
512512
"layouts.wallet.header.whatsnew.whatsnew.in_progress": "Our team is always working on new features, but if there's something we can improve please let us know about it <a href='https://github.com/blockchain/blockchain-wallet-v4-frontend/issues' rel='noopener noreferrer' target='_blank'>here<a/>.",
513513
"layouts.wallet.menuleft.failure": "Something went wrong. Please refresh",
514+
"layouts.wallet.menuleft.footer.ad": "Ad by bitcoin.com",
515+
"layouts.wallet.menuleft.footer.bitcoingames": "Bitcoin Games. <span>Play Now</span>",
514516
"layouts.wallet.menuleft.navigation.buysell": "Buy & Sell",
515517
"layouts.wallet.menuleft.navigation.dashboard": "Dashboard",
516518
"layouts.wallet.menuleft.navigation.hardware": "Hardware",

0 commit comments

Comments
 (0)