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-06 21:01:18 +02:00
committed by Gitea
parent e363ce090d
commit 9fa3f5df50
5 changed files with 26 additions and 5 deletions
+2 -1
View File
@@ -64,7 +64,8 @@
},
"legal": {
"notice": {
"title": "Impressum"
"title": "Impressum",
"loadError": "Das Impressum konnte nicht geladen werden."
}
}
}