aboutsummaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2026-01-28 05:56:46 +0100
committergrunfink <grunfink@comam.es>2026-01-28 05:56:46 +0100
commit50dce8af53a0a2a7909c1f1ea61c02d28fd5713b (patch)
tree88dd33b9c4466118cd99ab10d55490db99b47741 /html.c
parent7d55e406336124c05774d601c82aac83f6cf9488 (diff)
Added ... to 'Notifications filter' string.
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)
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);