aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-list.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/tx-list.js')
-rw-r--r--ui/app/components/tx-list.js4
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'),
]),