aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-list.js
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-12-17 02:04:57 +0800
committerGitHub <noreply@github.com>2016-12-17 02:04:57 +0800
commit6d13ef691f4162caad6b8742a21d0b75f8baccca (patch)
tree74790ae54c78ea0dfb71329118397dde116ebe44 /ui/app/components/transaction-list.js
parente6c01abba4b66c6ef98a9d8155439be002dea5cd (diff)
downloadtangerine-wallet-browser-6d13ef691f4162caad6b8742a21d0b75f8baccca.tar
tangerine-wallet-browser-6d13ef691f4162caad6b8742a21d0b75f8baccca.tar.gz
tangerine-wallet-browser-6d13ef691f4162caad6b8742a21d0b75f8baccca.tar.bz2
tangerine-wallet-browser-6d13ef691f4162caad6b8742a21d0b75f8baccca.tar.lz
tangerine-wallet-browser-6d13ef691f4162caad6b8742a21d0b75f8baccca.tar.xz
tangerine-wallet-browser-6d13ef691f4162caad6b8742a21d0b75f8baccca.tar.zst
tangerine-wallet-browser-6d13ef691f4162caad6b8742a21d0b75f8baccca.zip
Revert "Interface enhancements"
Diffstat (limited to 'ui/app/components/transaction-list.js')
-rw-r--r--ui/app/components/transaction-list.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/components/transaction-list.js b/ui/app/components/transaction-list.js
index f6a4ed07e..7e1bedb05 100644
--- a/ui/app/components/transaction-list.js
+++ b/ui/app/components/transaction-list.js
@@ -79,9 +79,10 @@ TransactionList.prototype.render = function () {
height: '100%',
},
}, [
- 'No transaction history',
+ 'No transaction history.',
]),
]),
])
)
}
+