aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 fbe4d41a8..85744381d 100644
--- a/ui/app/components/transaction-list.js
+++ b/ui/app/components/transaction-list.js
@@ -86,5 +86,5 @@ function viewMoreButton(url) {
ev.preventDefault()
extension.tabs.create({ url })
},
- }, 'View More') : null
+ }, 'Show More') : null
}