aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/account-eth-balance.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/account-eth-balance.js')
-rw-r--r--ui/app/components/account-eth-balance.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/account-eth-balance.js b/ui/app/components/account-eth-balance.js
index b748ea2ea..4cdab235a 100644
--- a/ui/app/components/account-eth-balance.js
+++ b/ui/app/components/account-eth-balance.js
@@ -65,7 +65,7 @@ EthBalanceComponent.prototype.renderBalance = function (value, state) {
h('.flex-column', [
h(Tooltip, {
position: 'bottom',
- title: `${balance} ${label}`,
+ title: `${ethNumber} ${ethSuffix}`,
}, [
h('.flex-row', {
style: {