Bladeren bron

Added ... to 'Notifications filter' string.

grunfink 6 maanden geleden
bovenliggende
commit
50dce8af53
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      html.c

+ 1 - 1
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);