subject -> topic: Fix stream/subject in comments.

This commit is contained in:
Steve Howell
2018-11-13 15:27:16 +00:00
committed by Tim Abbott
parent c6ad12d058
commit b615f0df4d
4 changed files with 5 additions and 5 deletions

View File

@@ -99,7 +99,7 @@ function make_tab_data() {
tabs.push(make_tab("Search results", false));
}
// Third breadcrumb item for stream-subject naarrows
// Third breadcrumb item for stream-topic naarrows
if (filter.has_operator("stream") &&
filter.has_operator("topic")) {
var subject = filter.operands("topic")[0];