From 13f84a778e611e27d12b46065adcad5791758f66 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 24 Sep 2022 02:00:43 +0200 Subject: [PATCH] change wording --- files/routes/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")