UI - Fixing double punctuation in 'unpaused' message #2435

This commit is contained in:
dgtlmoon
2024-06-24 09:15:48 +02:00
committed by GitHub
parent ce42f8ea26
commit 3b19e3d2bf
+1 -1
View File
@@ -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.")