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

pull/2442/head
dgtlmoon 2024-06-24 09:15:48 +02:00 zatwierdzone przez GitHub
rodzic ce42f8ea26
commit 3b19e3d2bf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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.")