Files
homarr/public/locales/en/widgets/error-boundary.json
2024-12-08 20:06:15 +01:00

15 lines
338 B
JSON

{
"card": {
"title": "Oops, there was an error!",
"buttons": {
"details": "Details",
"tryAgain": "Try again"
}
},
"modal": {
"text": "The widet crashed unexpectitly. Please read the documentation and fix any typos.",
"label": "Occurred error",
"reportButton": "Report this error on GitHub"
}
}