diff --git a/neode-ui/src/locales/en.json b/neode-ui/src/locales/en.json index 00aeddfd..98b2e15a 100644 --- a/neode-ui/src/locales/en.json +++ b/neode-ui/src/locales/en.json @@ -415,6 +415,7 @@ "totalEarned": "Total Earned", "monthlyAvg": "Monthly Avg", "ecashBalance": "Ecash Balance", + "totalBitcoin": "Total Bitcoin", "onChain": "On-chain", "lightning": "Lightning", "ecash": "Ecash", diff --git a/neode-ui/src/locales/es.json b/neode-ui/src/locales/es.json index f94ff178..3c9dd268 100644 --- a/neode-ui/src/locales/es.json +++ b/neode-ui/src/locales/es.json @@ -413,6 +413,7 @@ "totalEarned": "Total ganado", "monthlyAvg": "Promedio mensual", "ecashBalance": "Saldo Ecash", + "totalBitcoin": "Bitcoin total", "onChain": "On-chain", "lightning": "Lightning", "ecash": "Ecash", diff --git a/neode-ui/src/views/home/HomeWalletCard.vue b/neode-ui/src/views/home/HomeWalletCard.vue index c9c37fbf..e69f83b0 100644 --- a/neode-ui/src/views/home/HomeWalletCard.vue +++ b/neode-ui/src/views/home/HomeWalletCard.vue @@ -112,9 +112,18 @@