aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-list.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-08-31 09:03:32 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-05 09:46:14 +0800
commit3cb51e32c9706aebd47859018aff4e1917065b16 (patch)
tree432d8478bc0d8f52ef8d556b98f1007213b726eb /ui/app/components/tx-list.js
parent5d8bf6c86ad9cee9aec5e14ca9d57719e6e8e254 (diff)
downloadtangerine-wallet-browser-3cb51e32c9706aebd47859018aff4e1917065b16.tar.gz
tangerine-wallet-browser-3cb51e32c9706aebd47859018aff4e1917065b16.tar.zst
tangerine-wallet-browser-3cb51e32c9706aebd47859018aff4e1917065b16.zip
Capitalizations via text-transform for main screen transactions.
Diffstat (limited to 'ui/app/components/tx-list.js')
-rw-r--r--ui/app/components/tx-list.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/tx-list.js b/ui/app/components/tx-list.js
index 92a9b6f46..c63284b7e 100644
--- a/ui/app/components/tx-list.js
+++ b/ui/app/components/tx-list.js
@@ -40,8 +40,8 @@ TxList.prototype.render = function () {
}, [
h('div', {
- style: {},
- }, 'TRANSACTIONS'),
+ style: {}
+ }, 'transactions'),
]),