1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Rename history to sent

This commit is contained in:
Dan Finlay 2017-06-13 18:00:06 -07:00
parent 42f8f32a52
commit 3df2f2b2d4

View File

@ -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',