diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2018-10-13 13:27:14 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:16:38 +0800 |
commit | 764cd4533c55620e35a2ff57ef447f7b9955620b (patch) | |
tree | 62deb7a73afb46b62fecdce7c17ab7c949a71d9f /app/scripts/inpage.js | |
parent | 7896e5f5c25add295ce4d9f7d97adc3ee69df48c (diff) | |
download | dexon-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.js | 4 |
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.') } } |