mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-17 04:52:15 +01:00
15 lines
371 B
JSON
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"
|
|
}
|
|
}
|