mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
Fix "subjects" in JS comments. Say "topics" instead.
This commit is contained in:
@@ -500,7 +500,7 @@ exports.update_dom_with_unread_counts = function (counts) {
|
||||
set_count("stream", stream, count);
|
||||
});
|
||||
|
||||
// counts.subject_count maps streams to hashes of subjects to counts
|
||||
// counts.subject_count maps streams to hashes of topics to counts
|
||||
counts.subject_count.each(function (subject_hash, stream) {
|
||||
var stream_li = get_filter_li('stream', stream);
|
||||
subject_hash.each(function (count, subject) {
|
||||
|
||||
Reference in New Issue
Block a user