feat(frontend): show error ID for internal server errors
This commit is contained in:
parent
83b62b4845
commit
a0ba712632
8 changed files with 1554 additions and 25 deletions
|
@ -110,7 +110,8 @@
|
|||
"back-to-prev-page-button": "Go back to the previous page",
|
||||
"400-description": "Something went wrong with your request. This error should never land you on this page, so it's probably a bug.",
|
||||
"500-description": "Something went wrong on the server. Please try again later.",
|
||||
"unknown-status-description": "Something went wrong, but we're not sure what. Please try again."
|
||||
"unknown-status-description": "Something went wrong, but we're not sure what. Please try again.",
|
||||
"error-id": "If you report this error to the developers, please give them this ID:"
|
||||
},
|
||||
"settings": {
|
||||
"general-information-tab": "General information",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue