aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/buy-button-subview.js
diff options
context:
space:
mode:
authorNick Doiron <ndoiron@mapmeld.com>2018-01-25 13:41:29 +0800
committerNick Doiron <ndoiron@mapmeld.com>2018-01-25 13:41:29 +0800
commit9c133aaab30decce16a1bf4120071d4614f99bc8 (patch)
tree55ddba0aa21a5c96aad51edb04566ab8022a18b0 /ui/app/components/buy-button-subview.js
parent7da52c599784130a5f7b6737f5b017bd3a95c1ed (diff)
downloadtangerine-wallet-browser-9c133aaab30decce16a1bf4120071d4614f99bc8.tar.gz
tangerine-wallet-browser-9c133aaab30decce16a1bf4120071d4614f99bc8.tar.zst
tangerine-wallet-browser-9c133aaab30decce16a1bf4120071d4614f99bc8.zip
get t imported in all files currently using i18n
Diffstat (limited to 'ui/app/components/buy-button-subview.js')
-rw-r--r--ui/app/components/buy-button-subview.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/buy-button-subview.js b/ui/app/components/buy-button-subview.js
index 76da4fc9d..6f2c74b6d 100644
--- a/ui/app/components/buy-button-subview.js
+++ b/ui/app/components/buy-button-subview.js
@@ -9,6 +9,7 @@ const Loading = require('./loading')
const AccountPanel = require('./account-panel')
const RadioList = require('./custom-radio-list')
const networkNames = require('../../../app/scripts/config.js').networkNames
+const t = require('../../i18n')
module.exports = connect(mapStateToProps)(BuyButtonSubview)