Started on Tx list i18n

This commit is contained in:
Thomas 2018-03-20 10:29:22 -07:00
parent cffaf44714
commit 7a8e080245
2 changed files with 7 additions and 1 deletions

View File

@ -98,6 +98,9 @@
"confirm": {
"message": "Confirm"
},
"confirmed": {
"message": "Confirmed"
},
"confirmContract": {
"message": "Confirm Contract"
},
@ -812,6 +815,9 @@
"uiWelcomeMessage": {
"message": "You are now using the new Metamask UI. Take a look around, try out new features like sending tokens, and let us know if you have any issues."
},
"unapproved": {
"message": "Unapproved"
},
"unavailable": {
"message": "Unavailable"
},

View File

@ -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', {}, [