Add better error messages for localStorage disabled.

This commit is contained in:
Kavin 2022-11-07 10:20:13 +00:00
parent d1c403765c
commit 6b9151e47f
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
6 changed files with 28 additions and 9 deletions

View file

@ -167,6 +167,7 @@
"preferences_note": "Note: preferences are saved in the local storage of your browser. Deleting your browser data will reset them.",
"page_not_found": "Page not found",
"copied": "Copied!",
"cannot_copy": "Can't copy!"
"cannot_copy": "Can't copy!",
"local_storage": "This action requires localStorage, are cookies enabled?"
}
}