aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/export-private-key-modal.js
diff options
context:
space:
mode:
authorNick Doiron <ndoiron@mapmeld.com>2018-01-25 04:10:28 +0800
committerNick Doiron <ndoiron@mapmeld.com>2018-01-25 04:10:28 +0800
commit7da52c599784130a5f7b6737f5b017bd3a95c1ed (patch)
treef5ca87c5d9944d9155ca9ebd4ef0783fe940211b /ui/app/components/modals/export-private-key-modal.js
parent99898ac77594d8fe6d4d2aa5bc3e3ba6492f4a10 (diff)
downloadtangerine-wallet-browser-7da52c599784130a5f7b6737f5b017bd3a95c1ed.tar.gz
tangerine-wallet-browser-7da52c599784130a5f7b6737f5b017bd3a95c1ed.tar.zst
tangerine-wallet-browser-7da52c599784130a5f7b6737f5b017bd3a95c1ed.zip
separate out cross-browser i18n for extensions
Diffstat (limited to 'ui/app/components/modals/export-private-key-modal.js')
-rw-r--r--ui/app/components/modals/export-private-key-modal.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/modals/export-private-key-modal.js b/ui/app/components/modals/export-private-key-modal.js
index 0745827cb..017177cfd 100644
--- a/ui/app/components/modals/export-private-key-modal.js
+++ b/ui/app/components/modals/export-private-key-modal.js
@@ -7,6 +7,7 @@ const actions = require('../../actions')
const AccountModalContainer = require('./account-modal-container')
const { getSelectedIdentity } = require('../../selectors')
const ReadOnlyInput = require('../readonly-input')
+const t = require('../../../i18n')
const copyToClipboard = require('copy-to-clipboard')
function mapStateToProps (state) {