Files
homarr/public/locales/en/widgets/error-boundary.json
2023-03-18 12:29:10 +01:00

14 lines
336 B
JSON

{
"card": {
"title": "Oops, there was an error!",
"buttons": {
"details": "Details",
"tryAgain": "Try again"
}
},
"modal": {
"text": "We're sorry for the inconvinience! This shouln't happen - please report this issue on GitHub.",
"label": "Your error",
"reportButton": "Report this error"
}
}