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

@@ -225,7 +225,7 @@ exports.start = function (msg_type, opts) {
compose_state.recipient(opts.private_message_recipient.replace(/,\s*/g, ", "));
// If the user opens the compose box, types some text, and then clicks on a
// different stream/subject, we want to keep the text in the compose box
// different stream/topic, we want to keep the text in the compose box
if (opts.content !== undefined) {
compose_state.message_content(opts.content);
}