aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/inpage.js
diff options
context:
space:
mode:
authorHsuan Lee <boczeratul@gmail.com>2018-10-13 13:27:14 +0800
committerHsuan Lee <hsuan@cobinhood.com>2018-12-10 18:16:38 +0800
commit764cd4533c55620e35a2ff57ef447f7b9955620b (patch)
tree62deb7a73afb46b62fecdce7c17ab7c949a71d9f /app/scripts/inpage.js
parent7896e5f5c25add295ce4d9f7d97adc3ee69df48c (diff)
downloaddexon-wallet-764cd4533c55620e35a2ff57ef447f7b9955620b.tar.gz
dexon-wallet-764cd4533c55620e35a2ff57ef447f7b9955620b.tar.zst
dexon-wallet-764cd4533c55620e35a2ff57ef447f7b9955620b.zip
Complete onboarding flow
Diffstat (limited to 'app/scripts/inpage.js')
-rw-r--r--app/scripts/inpage.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/scripts/inpage.js b/app/scripts/inpage.js
index b2556a27..bde7d9e6 100644
--- a/app/scripts/inpage.js
+++ b/app/scripts/inpage.js
@@ -178,7 +178,7 @@ function cleanContextForImports () {
try {
global.define = undefined
} catch (_) {
- console.warn('MetaMask - global.define could not be deleted.')
+ console.warn('DekuSan - global.define could not be deleted.')
}
}
@@ -189,6 +189,6 @@ function restoreContextAfterImports () {
try {
global.define = __define
} catch (_) {
- console.warn('MetaMask - global.define could not be overwritten.')
+ console.warn('DekuSan - global.define could not be overwritten.')
}
}