fix confusing error message

This commit is contained in:
ansuz 2018-03-23 18:05:16 +01:00
parent 9cba630700
commit 1f700a8374

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) {