aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-list.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/transaction-list.js')
-rw-r--r--ui/app/components/transaction-list.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/transaction-list.js b/ui/app/components/transaction-list.js
index 865ce5370..99a325e35 100644
--- a/ui/app/components/transaction-list.js
+++ b/ui/app/components/transaction-list.js
@@ -7,7 +7,7 @@ module.exports = function(transactions, network) {
return h('details', [
h('summary', [
- h('div.font-small', {style: {display: 'inline'}}, 'Transaction Summary'),
+ h('div.font-small', {style: {display: 'inline'}}, 'Transactions'),
]),
h('.flex-row.flex-space-around', [