mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 04:43:58 +00:00
user_group_edit: Fix use of stream in user-facing string.
This commit is contained in:
@@ -893,7 +893,7 @@ function parse_args_for_deactivation_banner(objections) {
|
||||
});
|
||||
} else {
|
||||
args.streams_using_group_for_setting.push({
|
||||
stream_name: $t({defaultMessage: "Unknown stream"}),
|
||||
stream_name: $t({defaultMessage: "Unknown channel"}),
|
||||
setting_url: undefined,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user