diff options
-rw-r--r-- | ui/app/account-detail.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js index 9921d3067..95e2c1cf9 100644 --- a/ui/app/account-detail.js +++ b/ui/app/account-detail.js @@ -270,10 +270,9 @@ AccountDetailScreen.prototype.tabSwitchView = function () { style: { padding: '80px', }, - }, [` - Token List is temporally - you can check your token balnce - `, h('span.hotFix', { + }, [ + 'Token lists are temporarily down. You can check you your token balances ', + h('span.hotFix', { style: { color: 'rgba(247, 134, 28, 1)', }, |