mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Clean up error message a tad
This commit is contained in:
parent
f29b60a9aa
commit
36e298d957
1 changed files with 1 additions and 1 deletions
|
@ -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.');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue