summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar grunfink2026-01-28 05:56:46 +0100
committerGravatar grunfink2026-01-28 05:56:46 +0100
commit50dce8af53a0a2a7909c1f1ea61c02d28fd5713b (patch)
tree88dd33b9c4466118cd99ab10d55490db99b47741
parentMerge pull request 'typo in notification filter' (#539) from zen/snac2:master... (diff)
downloadsnac2-50dce8af53a0a2a7909c1f1ea61c02d28fd5713b.tar.gz
snac2-50dce8af53a0a2a7909c1f1ea61c02d28fd5713b.tar.xz
snac2-50dce8af53a0a2a7909c1f1ea61c02d28fd5713b.zip
Added ... to 'Notifications filter' string.
-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);