diff options
| author | 2026-01-28 05:56:46 +0100 | |
|---|---|---|
| committer | 2026-01-28 05:56:46 +0100 | |
| commit | 50dce8af53a0a2a7909c1f1ea61c02d28fd5713b (patch) | |
| tree | 88dd33b9c4466118cd99ab10d55490db99b47741 | |
| parent | Merge pull request 'typo in notification filter' (#539) from zen/snac2:master... (diff) | |
| download | snac2-50dce8af53a0a2a7909c1f1ea61c02d28fd5713b.tar.gz snac2-50dce8af53a0a2a7909c1f1ea61c02d28fd5713b.tar.xz snac2-50dce8af53a0a2a7909c1f1ea61c02d28fd5713b.zip | |
Added ... to 'Notifications filter' string.
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -4164,7 +4164,7 @@ xs_str *html_notifications(snac *user, int skip, int show) | |||
| 4164 | xs_html_attr("class", "snac-notify-filter"), | 4164 | xs_html_attr("class", "snac-notify-filter"), |
| 4165 | xs_html_tag("details", | 4165 | xs_html_tag("details", |
| 4166 | xs_html_tag("summary", | 4166 | xs_html_tag("summary", |
| 4167 | xs_html_text(L("Notifications filter"))), | 4167 | xs_html_text(L("Notifications filter..."))), |
| 4168 | notifs_form)))); | 4168 | notifs_form)))); |
| 4169 | 4169 | ||
| 4170 | xs *clear_all_action = xs_fmt("%s/admin/clear-notifications", user->actor); | 4170 | xs *clear_all_action = xs_fmt("%s/admin/clear-notifications", user->actor); |