From f903d0769baa6aa1b333d28d92312454c5421d43 Mon Sep 17 00:00:00 2001 From: Haijo7 Date: Thu, 1 Jun 2023 17:44:02 +0200 Subject: [PATCH] fixed typo in string "people that follows you" --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.c b/html.c index d3f812b..bf71710 100644 --- a/html.c +++ b/html.c @@ -1347,7 +1347,7 @@ d_char *html_people(snac *snac) s = html_people_list(snac, s, wing, L("People you follow"), "i"); - s = html_people_list(snac, s, wers, L("People that follows you"), "e"); + s = html_people_list(snac, s, wers, L("People that follow you"), "e"); s = html_user_footer(s);