summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar grunfink2026-01-28 05:54:45 +0100
committerGravatar grunfink2026-01-28 05:54:45 +0100
commit7d55e406336124c05774d601c82aac83f6cf9488 (patch)
treec8fe970e95462c4d689da35dc8e2c49bd0f568bf
parentMerge pull request 'notifications filter' (#524) from byte/snac2:notif_filter... (diff)
parenttypo (diff)
downloadsnac2-7d55e406336124c05774d601c82aac83f6cf9488.tar.gz
snac2-7d55e406336124c05774d601c82aac83f6cf9488.tar.xz
snac2-7d55e406336124c05774d601c82aac83f6cf9488.zip
Merge pull request 'typo in notification filter' (#539) from zen/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/539
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 5b88c79..260a01a 100644
--- a/html.c
+++ b/html.c
@@ -4149,7 +4149,7 @@ xs_str *html_notifications(snac *user, int skip, int show)
4149 html_checkbox("mentions_on", L("Mentions"), n_ments_on), 4149 html_checkbox("mentions_on", L("Mentions"), n_ments_on),
4150 html_checkbox("announces_on", L("Announces"), n_ann_on), 4150 html_checkbox("announces_on", L("Announces"), n_ann_on),
4151 html_checkbox("follows_on", L("Follows"), n_fol_on), 4151 html_checkbox("follows_on", L("Follows"), n_fol_on),
4152 html_checkbox("unfollows_on", L("Unollows"), n_unfol_on), 4152 html_checkbox("unfollows_on", L("Unfollows"), n_unfol_on),
4153 html_checkbox("folreqs_on", L("Follow requests"), n_folreq_on), 4153 html_checkbox("folreqs_on", L("Follow requests"), n_folreq_on),
4154 html_checkbox("blocks_on", L("Blocks"), n_blocks_on), 4154 html_checkbox("blocks_on", L("Blocks"), n_blocks_on),
4155 html_checkbox("polls_on", L("Polls"), n_polls_on), 4155 html_checkbox("polls_on", L("Polls"), n_polls_on),