summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 260a01a..7b93e49 100644
--- a/html.c
+++ b/html.c
@@ -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);