diff options
author | Haijo7 <haijo7@protonmail.com> | 2023-06-01 17:44:02 +0200 |
---|---|---|
committer | Haijo7 <haijo7@protonmail.com> | 2023-06-01 17:44:02 +0200 |
commit | f903d0769baa6aa1b333d28d92312454c5421d43 (patch) | |
tree | cd87b38c1414d797f771f47c814d4e7e39f8ceff /html.c | |
parent | af88b784786dc3f354ddb8e6a1a8cb2bbf4c44b4 (diff) |
fixed typo in string "people that follows you"
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |