diff --git a/files/routes/notifications.py b/files/routes/notifications.py index ef78f3de16..a8e9ce533b 100644 --- a/files/routes/notifications.py +++ b/files/routes/notifications.py @@ -14,7 +14,7 @@ def clear(v): v.last_viewed_post_notifs = int(time.time()) v.last_viewed_log_notifs = int(time.time()) g.db.add(v) - return {"message": "Notifications cleared!"} + return {"message": "Notifications marked as read!"} @app.get("/unread")