diff --git a/frigate/api/event.py b/frigate/api/event.py index 95b927f39..a27373844 100644 --- a/frigate/api/event.py +++ b/frigate/api/event.py @@ -1036,7 +1036,7 @@ def regenerate_description( content=( { "success": False, - "message": "Semantic search and generative AI are not enabled", + "message": "Semantic Search and Generative AI must be enabled to regenerate a description", } ), status_code=400,