diff --git a/feeds.py b/feeds.py

index 56a7589..f82f9d0 100644

--- a/feeds.py

+++ b/feeds.py

@@ -238,7 +238,7 @@ def make_post_page(session, post):



     notifs = db.get_notifications(user=user, post_id=post.id)

     if notifs:

- page += f'{len(notifs)} Notification{plural_s(len(notifs))} on this page:\n'

+ page += f'{len(notifs)} notification{plural_s(len(notifs))} on this page:\n'

         for notif in notifs:

             link, label = notif.entry(with_title=False)

             page += f'=> {link} {label}\n'

Proxy Information
Original URL
gemini://git.skyjake.fi/bubble/main/pcdiff/6e6f840ac2595a8f3d18ca00f0d5262731af50a7
Status Code
Success (20)
Meta
text/plain
Capsule Response Time
26.673961 milliseconds
Gemini-to-HTML Time
0.413644 milliseconds

This content has been proxied by September (3851b).