diff --git a/irclog.py b/irclog.py index 619a581..098d909 100644 --- a/irclog.py +++ b/irclog.py @@ -881,7 +881,7 @@ class WebServer: for path, (channel, auth, hidden, extrasearchpaths, description) in self._paths.items(): if hidden: continue - lines.append(f'{"(PW) " if auth else ""}{html.escape(channel)} (search)') + lines.append(f'{"(PW) " if auth else ""}{html.escape(channel)} (today's log, search)') return aiohttp.web.Response(text = f'IRC logs{"
".join(lines)}', content_type = 'text/html') async def get_channel_info(self, request):