diff options
Capitalizations via text-transform for main screen transactions.
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/tx-list.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/tx-list.js b/ui/app/components/tx-list.js index 92a9b6f46..c63284b7e 100644 --- a/ui/app/components/tx-list.js +++ b/ui/app/components/tx-list.js @@ -40,8 +40,8 @@ TxList.prototype.render = function () { }, [ h('div', { - style: {}, - }, 'TRANSACTIONS'), + style: {} + }, 'transactions'), ]), |