diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 096c7752..97db72cf 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -1368,7 +1368,7 @@ def notification_runner(): # UUID wont be present when we submit a 'test' from the global settings if 'uuid' in n_object: datastore.update_watch(uuid=n_object['uuid'], - update_obj={'last_notification_error': "Notification error detected, please see logs."}) + update_obj={'last_notification_error': "Notification error detected, goto notification log."}) log_lines = str(e).splitlines() notification_debug_log += log_lines diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html index c7c4c45e..b1cb87ab 100644 --- a/changedetectionio/templates/watch-overview.html +++ b/changedetectionio/templates/watch-overview.html @@ -96,7 +96,7 @@
{{ watch.last_error }}
{% endif %} {% if watch.last_notification_error is defined and watch.last_notification_error != False %} -
{{ watch.last_notification_error }}
+
{{ watch.last_notification_error }}
{% endif %} {% if not active_tag %} {{ watch.tag}}