summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar grunfink2023-06-02 08:19:01 +0000
committerGravatar grunfink2023-06-02 08:19:01 +0000
commit99588a8a5c9f3cfec2e95f5dbae321da3a684dee (patch)
tree55f7c8ba6c7b89cc34451d4a74cc0f123f2ca7b4
parentMerge pull request 'open image in new tab when clicked, add css class for att... (diff)
parentfixed typo in string "people that follows you" (diff)
downloadpenes-snac2-99588a8a5c9f3cfec2e95f5dbae321da3a684dee.tar.gz
penes-snac2-99588a8a5c9f3cfec2e95f5dbae321da3a684dee.tar.xz
penes-snac2-99588a8a5c9f3cfec2e95f5dbae321da3a684dee.zip
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 695f853..37a884f 100644
--- a/html.c
+++ b/html.c
@@ -1360,7 +1360,7 @@ d_char *html_people(snac *snac)
1360 1360
1361 s = html_people_list(snac, s, wing, L("People you follow"), "i"); 1361 s = html_people_list(snac, s, wing, L("People you follow"), "i");
1362 1362
1363 s = html_people_list(snac, s, wers, L("People that follows you"), "e"); 1363 s = html_people_list(snac, s, wers, L("People that follow you"), "e");
1364 1364
1365 s = html_user_footer(s); 1365 s = html_user_footer(s);
1366 1366