Files
Homarr/public/locales/en/widgets/error-boundary.json
2023-05-29 00:24:22 +02:00

15 lines
371 B
JSON

{
"card": {
"title": "Oops, there was an error!",
"buttons": {
"details": "Details",
"tryAgain": "Try again"
}
},
"modal": {
"text": "An unexpected error has occurred. Please check your configuration. Please report this issue, if you believe that this is a bug.",
"label": "Your error",
"reportButton": "Report this error"
}
}