feat(legal): add legal notice error handling

The legal notice view now shows an error box if the legal notice could
not be loaded.
This commit is contained in:
2026-08-05 18:57:01 +02:00
parent 83c0524329
commit ba56cfe494
5 changed files with 26 additions and 5 deletions
+2 -1
View File
@@ -64,7 +64,8 @@
},
"legal": {
"notice": {
"title": "Legal Notice"
"title": "Legal Notice",
"loadError": "The legal notice could not be loaded."
}
}
}