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 12:51:26 +02:00
committed by Gitea
parent 8680305792
commit eb6fdac31f
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."
}
}
}