mirror of https://github.com/zulip/zulip.git
stream-edit: Fix typo in comment.
This commit is contained in:
parent
0463bb2c5e
commit
3a514c7e41
|
@ -441,7 +441,7 @@ exports.change_stream_description = function (e) {
|
|||
$(".stream_change_property_info").hide();
|
||||
|
||||
channel.patch({
|
||||
// Stream names might contain unsafe characters so we must encode it first.
|
||||
// Description might contain unsafe characters so we must encode it first.
|
||||
url: '/json/streams/' + stream_id,
|
||||
data: {
|
||||
description: JSON.stringify(description),
|
||||
|
|
Loading…
Reference in New Issue