diff --git a/backend/store.py b/backend/store.py index e9f6a46f..7bedfe31 100644 --- a/backend/store.py +++ b/backend/store.py @@ -42,7 +42,7 @@ class ChangeDetectionStore: 'notification_urls': [], # Apprise URL list # Custom notification content 'notification_title': 'ChangeDetection.io Notification - {watch_url}', - 'notification_body': '{base_url}' + 'notification_body': '{watch_url} had a change.' } } }