fixed typo in string "people that follows you"

This commit is contained in:
Haijo7 2023-06-01 17:44:02 +02:00
parent af88b78478
commit f903d0769b
No known key found for this signature in database
GPG key ID: D37F0978A68204FA

2
html.c
View file

@ -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);