mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
fixed typo in string "people that follows you"
This commit is contained in:
parent
af88b78478
commit
f903d0769b
1 changed files with 1 additions and 1 deletions
2
html.c
2
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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue