mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
message_view_header: Don't include stream name is tooltip.
This fixes the bug where stream name overflows out of the tooltip background.
This commit is contained in:
parent
08592c9731
commit
17eed06eb1
@ -53,7 +53,7 @@ function make_message_view_header(filter) {
|
||||
message_view_header.formatted_sub_count = get_formatted_sub_count(sub_count);
|
||||
// the "title" is passed as a variable and doesn't get translated (nor should it)
|
||||
message_view_header.sub_count_tooltip_text = $t(
|
||||
{defaultMessage: "{count} users are subscribed to #{title}"},
|
||||
{defaultMessage: "This stream has {count} subscribers."},
|
||||
{count: message_view_header.sub_count, title: message_view_header.title},
|
||||
);
|
||||
message_view_header.stream_settings_link =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user