aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
xs_html_attr("class", "snac-notify-filter"),
xs_html_tag("details",
xs_html_tag("summary",
- xs_html_text(L("Notifications filter"))),
+ xs_html_text(L("Notifications filter..."))),
notifs_form))));
xs *clear_all_action = xs_fmt("%s/admin/clear-notifications", user->actor);