diff options
author | grunfink <grunfink@noreply.codeberg.org> | 2023-06-02 08:19:01 +0000 |
---|---|---|
committer | grunfink <grunfink@noreply.codeberg.org> | 2023-06-02 08:19:01 +0000 |
commit | 99588a8a5c9f3cfec2e95f5dbae321da3a684dee (patch) | |
tree | 55f7c8ba6c7b89cc34451d4a74cc0f123f2ca7b4 | |
parent | a9a4afadad4cad0aa4a4c8c0a16bc30d6c573629 (diff) | |
parent | f903d0769baa6aa1b333d28d92312454c5421d43 (diff) |
Merge pull request 'fixed typo in string "people that follows you"' (#38) from Haijo7/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/38
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1360,7 +1360,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); |