aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx/confirm-send-ether.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-03-22 09:24:52 +0800
committerDan <danjm.com@gmail.com>2018-03-22 09:24:52 +0800
commit6cbadc0aa342550654cbdb00c3b276542fbd19c5 (patch)
treea15b5cf2e5295b1c66045a1dd4bed80828b83cb1 /ui/app/components/pending-tx/confirm-send-ether.js
parentbe845fd190ee71d2bb6e641a5c23c453668268e3 (diff)
downloadtangerine-wallet-browser-6cbadc0aa342550654cbdb00c3b276542fbd19c5.tar.gz
tangerine-wallet-browser-6cbadc0aa342550654cbdb00c3b276542fbd19c5.tar.zst
tangerine-wallet-browser-6cbadc0aa342550654cbdb00c3b276542fbd19c5.zip
Missed modifications of t() in merge resolution.
Diffstat (limited to 'ui/app/components/pending-tx/confirm-send-ether.js')
-rw-r--r--ui/app/components/pending-tx/confirm-send-ether.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/components/pending-tx/confirm-send-ether.js b/ui/app/components/pending-tx/confirm-send-ether.js
index 68c6f14d2..b76dc94d8 100644
--- a/ui/app/components/pending-tx/confirm-send-ether.js
+++ b/ui/app/components/pending-tx/confirm-send-ether.js
@@ -13,7 +13,6 @@ const {
multiplyCurrencies,
} = require('../../conversion-util')
const GasFeeDisplay = require('../send/gas-fee-display-v2')
-const t = require('../../../i18n')
const SenderToRecipient = require('../sender-to-recipient')
const NetworkDisplay = require('../network-display')