Use empty card with dynamic text for review based on the user's config

This commit is contained in:
Nicolas Mowen
2025-12-30 21:14:44 -07:00
parent 9bc8c93d20
commit 9da178edb6
4 changed files with 55 additions and 12 deletions
+5 -1
View File
@@ -9,7 +9,11 @@
"empty": {
"alert": "There are no alerts to review",
"detection": "There are no detections to review",
"motion": "No motion data found"
"motion": "No motion data found",
"recordingsDisabled": {
"title": "Recordings must be enabled",
"description": "Review items can only be created for a camera when recordings are enabled for that camera."
}
},
"timeline": "Timeline",
"timeline.aria": "Select timeline",