diff options
| author | grunfink <grunfink@noreply.codeberg.org> | 2026-01-28 05:54:45 +0100 |
|---|---|---|
| committer | grunfink <grunfink@noreply.codeberg.org> | 2026-01-28 05:54:45 +0100 |
| commit | 7d55e406336124c05774d601c82aac83f6cf9488 (patch) | |
| tree | c8fe970e95462c4d689da35dc8e2c49bd0f568bf | |
| parent | 2a65e135cf7ea00e8eb3e436c77a11115816c477 (diff) | |
| parent | 85558422361254b590a920b6822442c581ba56e7 (diff) | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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("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), |