aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-list.js
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2018-03-21 03:40:16 +0800
committerGitHub <noreply@github.com>2018-03-21 03:40:16 +0800
commitfd3e240dd934c0938a57344a6ae09a213aaa8e37 (patch)
tree78be594fe96a2ed2d1adc814049487433543dd0c /ui/app/components/tx-list.js
parent3ee6cad87b44949f80f5c01d9f89dd69a6e9f767 (diff)
parentdd19a934475cfa8cc31495b351b69a7d8d1f8d5e (diff)
downloadtangerine-wallet-browser-fd3e240dd934c0938a57344a6ae09a213aaa8e37.tar.gz
tangerine-wallet-browser-fd3e240dd934c0938a57344a6ae09a213aaa8e37.tar.zst
tangerine-wallet-browser-fd3e240dd934c0938a57344a6ae09a213aaa8e37.zip
Merge pull request #3635 from MetaMask/i3571-CompleteI18nTemplates
I3571 complete i18n templates
Diffstat (limited to 'ui/app/components/tx-list.js')
-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 08e37ebc8..037c7de8c 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', {}, [