diff --git a/src/execution-context.js b/src/execution-context.js index 520b4c339d..006509daba 100644 --- a/src/execution-context.js +++ b/src/execution-context.js @@ -136,7 +136,8 @@ function ExecutionContext () { if (context === 'injected') { if (injectedProvider === undefined) { var alertMsg = 'No injected Web3 provider found. ' - alertMsg += 'Make sure your provider (e.g. MetaMask) is active and running.' + alertMsg += 'Make sure your provider (e.g. MetaMask) is active and running ' + alertMsg += '(when recently activated you may have to reload the page).' modalDialogCustom.alert(alertMsg) cb() } else {