diff --git a/server/chat-plugins/chatlog.ts b/server/chat-plugins/chatlog.ts
index 29326cb67d54..f1a59930318c 100644
--- a/server/chat-plugins/chatlog.ts
+++ b/server/chat-plugins/chatlog.ts
@@ -483,7 +483,7 @@ export abstract class Searcher {
let buf = Utils.html`
Linecounts on `;
buf += `${roomid}${user ? ` for the user ${user}` : ` (top ${MAX_TOPUSERS})`}
`;
buf += `Total lines: {total}
`;
- buf += `Month: ${month}:
`;
+ buf += `Month: ${month}
`;
const nextMonth = LogReader.nextMonth(month);
const prevMonth = LogReader.prevMonth(month);
if (Monitor.logPath(`chat/${roomid}/${prevMonth}`).existsSync()) {