aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-03-09 02:53:11 +0800
committerKevin Serrano <kevgagser@gmail.com>2017-03-09 02:53:11 +0800
commitacc9a2a9d05269511efe26bd790cbc256533c19e (patch)
tree21cdd36be4742f2b8416d7edcb9c1f60538ab690 /app
parent6f980cfe10d32ddc276b737df42005ef7cf4cd96 (diff)
downloadtangerine-wallet-browser-acc9a2a9d05269511efe26bd790cbc256533c19e.tar.gz
tangerine-wallet-browser-acc9a2a9d05269511efe26bd790cbc256533c19e.tar.zst
tangerine-wallet-browser-acc9a2a9d05269511efe26bd790cbc256533c19e.zip
Modify message.
Diffstat (limited to 'app')
-rw-r--r--app/scripts/popup-core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/popup-core.js b/app/scripts/popup-core.js
index e093d06f4..b1e521a7a 100644
--- a/app/scripts/popup-core.js
+++ b/app/scripts/popup-core.js
@@ -51,7 +51,7 @@ function setupControllerConnection (connectionStream, cb) {
function setupApp (err, accountManager) {
var container = document.getElementById('app-content')
if (err) {
- container.innerHTML = '<div class="critical-error">The MetaMask app failed to load: please restart MetaMask</div>'
+ container.innerHTML = '<div class="critical-error">The MetaMask app failed to load: please open and close MetaMask again to restart.</div>'
container.style.height = '80px'
log.error(err.stack)
throw err