fix confusing error message

pull/1/head
ansuz 2018-03-23 18:05:16 +01:00
parent 9cba630700
commit 1f700a8374
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ define([
url: '/common/feedback.html?NO_LOCALSTORAGE=' + (+new Date()),
});
});
window.alert("CryptPad needs localStorage to work, try a different browser");
window.alert("CryptPad needs localStorage to work. Try changing your cookie permissions, or using a different browser");
};
window.onerror = function (e) {