From 205fcca4fc1dd9b79b3c39cec3a3c6d159ea87ae Mon Sep 17 00:00:00 2001 From: zen Date: Tue, 27 Jan 2026 18:42:01 +0100 Subject: typo --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index 5b88c79..94f0cfc 100644 --- a/html.c +++ b/html.c @@ -4149,7 +4149,7 @@ xs_str *html_notifications(snac *user, int skip, int show) html_checkbox("mentions_on", L("Mentions"), n_ments_on), html_checkbox("announces_on", L("Announces"), n_ann_on), html_checkbox("follows_on", L("Follows"), n_fol_on), - html_checkbox("unfollows_on", L("Unollows"), n_unfol_on), + html_checkbox("unfollows_on", L("Ufnollows"), n_unfol_on), html_checkbox("folreqs_on", L("Follow requests"), n_folreq_on), html_checkbox("blocks_on", L("Blocks"), n_blocks_on), html_checkbox("polls_on", L("Polls"), n_polls_on), -- cgit v1.2.3 From 85558422361254b590a920b6822442c581ba56e7 Mon Sep 17 00:00:00 2001 From: zen Date: Tue, 27 Jan 2026 18:43:02 +0100 Subject: typo --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index 94f0cfc..260a01a 100644 --- a/html.c +++ b/html.c @@ -4149,7 +4149,7 @@ xs_str *html_notifications(snac *user, int skip, int show) html_checkbox("mentions_on", L("Mentions"), n_ments_on), html_checkbox("announces_on", L("Announces"), n_ann_on), html_checkbox("follows_on", L("Follows"), n_fol_on), - html_checkbox("unfollows_on", L("Ufnollows"), n_unfol_on), + html_checkbox("unfollows_on", L("Unfollows"), n_unfol_on), html_checkbox("folreqs_on", L("Follow requests"), n_folreq_on), html_checkbox("blocks_on", L("Blocks"), n_blocks_on), html_checkbox("polls_on", L("Polls"), n_polls_on), -- cgit v1.2.3