aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorThomas <tmashuang@gmail.com>2018-03-21 01:29:22 +0800
committerThomas <tmashuang@gmail.com>2018-03-21 01:29:22 +0800
commit7a8e0802455b8819dac12d73a4a8e245d6907dc0 (patch)
tree896d7e94a2210e2efe6fe7e8e22ee5a57eaf4f0c /ui
parentcffaf44714830904526c05bd4acf7a88c6e3cabe (diff)
downloadtangerine-wallet-browser-7a8e0802455b8819dac12d73a4a8e245d6907dc0.tar
tangerine-wallet-browser-7a8e0802455b8819dac12d73a4a8e245d6907dc0.tar.gz
tangerine-wallet-browser-7a8e0802455b8819dac12d73a4a8e245d6907dc0.tar.bz2
tangerine-wallet-browser-7a8e0802455b8819dac12d73a4a8e245d6907dc0.tar.lz
tangerine-wallet-browser-7a8e0802455b8819dac12d73a4a8e245d6907dc0.tar.xz
tangerine-wallet-browser-7a8e0802455b8819dac12d73a4a8e245d6907dc0.tar.zst
tangerine-wallet-browser-7a8e0802455b8819dac12d73a4a8e245d6907dc0.zip
Started on Tx list i18n
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/tx-list.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/tx-list.js b/ui/app/components/tx-list.js
index 34dc837ae..b6538347c 100644
--- a/ui/app/components/tx-list.js
+++ b/ui/app/components/tx-list.js
@@ -40,7 +40,7 @@ TxList.prototype.render = function () {
return h('div.flex-column', [
h('div.flex-row.tx-list-header-wrapper', [
h('div.flex-row.tx-list-header', [
- h('div', 'transactions'),
+ h('div', t('transactions')),
]),
]),
h('div.flex-column.tx-list-container', {}, [