diff options
| author | 2026-01-27 18:42:01 +0100 | |
|---|---|---|
| committer | 2026-01-27 18:42:01 +0100 | |
| commit | 205fcca4fc1dd9b79b3c39cec3a3c6d159ea87ae (patch) | |
| tree | ee9a0baf09092ebd5fa1ea40e5169fa902c980ad | |
| parent | Merge pull request 'notifications filter' (#524) from byte/snac2:notif_filter... (diff) | |
| download | snac2-205fcca4fc1dd9b79b3c39cec3a3c6d159ea87ae.tar.gz snac2-205fcca4fc1dd9b79b3c39cec3a3c6d159ea87ae.tar.xz snac2-205fcca4fc1dd9b79b3c39cec3a3c6d159ea87ae.zip | |
typo
| -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) | |||
| 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("Ufnollows"), 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), |