diff options
| -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); |