aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-06-14 09:00:06 +0800
committerDan Finlay <dan@danfinlay.com>2017-06-14 09:00:06 +0800
commit3df2f2b2d4239a033ba23d14a75e0a10ece584aa (patch)
treed6c52249da5d320e7064657ab48f89adfa80fd07 /ui
parent42f8f32a52b1ed621179a253a7a3da7641b55e04 (diff)
downloadtangerine-wallet-browser-3df2f2b2d4239a033ba23d14a75e0a10ece584aa.tar.gz
tangerine-wallet-browser-3df2f2b2d4239a033ba23d14a75e0a10ece584aa.tar.zst
tangerine-wallet-browser-3df2f2b2d4239a033ba23d14a75e0a10ece584aa.zip
Rename history to sent
Diffstat (limited to 'ui')
-rw-r--r--ui/app/account-detail.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js
index 8234a8438..2e7f3b1be 100644
--- a/ui/app/account-detail.js
+++ b/ui/app/account-detail.js
@@ -256,7 +256,7 @@ AccountDetailScreen.prototype.tabSections = function () {
h(TabBar, {
tabs: [
- { content: 'History', key: 'history' },
+ { content: 'Sent', key: 'history' },
{ content: 'Tokens', key: 'tokens' },
],
defaultTab: tabSelection || 'history',