From 3b19e3d2bfb0efae53884dfd36c7707cc4491294 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 24 Jun 2024 09:15:48 +0200 Subject: [PATCH] UI - Fixing double punctuation in 'unpaused' message #2435 --- changedetectionio/flask_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/flask_app.py b/changedetectionio/flask_app.py index d5ea2460..d3f341d5 100644 --- a/changedetectionio/flask_app.py +++ b/changedetectionio/flask_app.py @@ -721,7 +721,7 @@ def changedetection_app(config=None, datastore_o=None): datastore.data['watching'][uuid].update(extra_update_obj) if request.args.get('unpause_on_save'): - flash("Updated watch - unpaused!.") + flash("Updated watch - unpaused!") else: flash("Updated watch.")