From 50dce8af53a0a2a7909c1f1ea61c02d28fd5713b Mon Sep 17 00:00:00 2001 From: grunfink Date: Wed, 28 Jan 2026 05:56:46 +0100 Subject: Added ... to 'Notifications filter' string. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html.c') 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); -- cgit v1.2.3