Clean up error message a tad

This commit is contained in:
Stacey-Gammon 2016-09-19 16:34:21 -04:00
parent f29b60a9aa
commit 36e298d957

View file

@ -15,7 +15,7 @@ module.exports = function (chrome, internals) {
} catch (error) {
throw new Error(
'Kibana requires access to sessionStorage, and it looks like ' +
'your browser isn\'t providing access to sessionStorage. If you\'re ' +
'your browser is restricting it. If you\'re ' +
'using Safari with private browsing enabled, you can solve this ' +
'problem by disabling private browsing, or by using another browser.');
}