diff options
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.') } } |