more tweaks

This commit is contained in:
dgtlmoon
2022-12-04 11:45:53 +01:00
parent 8e254c4314
commit 3f49d9591c
2 changed files with 2 additions and 2 deletions

View File

@@ -17,8 +17,8 @@ valid_tokens = {
default_notification_format_for_watch = 'System default'
default_notification_format = 'Text'
default_notification_body = '{watch_url} had a change.\n---\n{diff}\n---\n'
default_notification_title = 'ChangeDetection.io Notification - {watch_url}'
default_notification_body = '{{watch_url}} had a change.\n---\n{{diff}}\n---\n'
default_notification_title = 'ChangeDetection.io Notification - {{watch_url}}'
valid_notification_formats = {
'Text': NotifyFormat.TEXT,