Tweak messages

This commit is contained in:
Leigh Morresi
2021-01-29 17:52:49 +01:00
parent 7ee36fad8a
commit a899c8e12c
2 changed files with 2 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ def api_update():
#@todo switch to prop/attr/observer
datastore.sync_to_json()
messages.append({'class': 'ok', 'message': 'Updated.'})
messages.append({'class': 'ok', 'message': 'Updated watch.'})
return redirect(url_for('main_page'))