diff options
| author | grunfink <grunfink@comam.es> | 2026-01-28 05:56:46 +0100 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-01-28 05:56:46 +0100 |
| commit | 50dce8af53a0a2a7909c1f1ea61c02d28fd5713b (patch) | |
| tree | 88dd33b9c4466118cd99ab10d55490db99b47741 /html.c | |
| parent | 7d55e406336124c05774d601c82aac83f6cf9488 (diff) | |
Added ... to 'Notifications filter' string.
Diffstat (limited to 'html.c')
| -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) 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); |