mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
tooltips: Clean up aria-label for visiblity tooltips.
Using different punctuation for the aria-label from the tooltip is silly. Additionally, we don't need to repeat the channel name in aria-label; it essentially will never be seen and the message list copy of getting the channel name was buggy.
This commit is contained in:
@@ -436,7 +436,6 @@ function format_topic(
|
||||
is_topic: true,
|
||||
stream_id,
|
||||
topic_name: topic,
|
||||
stream_name: stream_data.get_stream_name_from_id(stream_id),
|
||||
unread_count: topic_unread_count,
|
||||
conversation_key: get_topic_key(stream_id, topic),
|
||||
topic_url: hash_util.by_stream_topic_url(stream_id, topic),
|
||||
|
||||
Reference in New Issue
Block a user