mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
tooltips: Update content of Narrow-to
toolips.
This commit is contained in:
committed by
Tim Abbott
parent
03cfb3d9fe
commit
3d3d30166d
@@ -113,7 +113,7 @@ async function test_open_close_compose_box(page: Page): Promise<void> {
|
||||
|
||||
async function test_narrow_to_private_messages_with_cordelia(page: Page): Promise<void> {
|
||||
const you_and_cordelia_selector =
|
||||
'*[data-tippy-content="Narrow to your direct messages with Cordelia, Lear\'s daughter"]';
|
||||
'*[data-tippy-content="Go to direct messages with Cordelia, Lear\'s daughter"]';
|
||||
// For some unknown reason page.click() isn't working here.
|
||||
await page.evaluate(
|
||||
(selector: string) => document.querySelector<HTMLElement>(selector)!.click(),
|
||||
|
@@ -4,7 +4,7 @@
|
||||
{{! stream link }}
|
||||
<a class="message_label_clickable narrows_by_recipient stream_label tippy-narrow-tooltip"
|
||||
href="{{stream_url}}"
|
||||
data-tippy-content="{{t 'Narrow to stream "{display_recipient}"' }}">
|
||||
data-tippy-content="{{t 'Go to #{display_recipient}' }}">
|
||||
<span class="stream-privacy-modified-color-{{stream_id}} stream-privacy filter-icon" style="color: {{stream_privacy_icon_color}}">
|
||||
{{> stream_privacy}}
|
||||
</span>
|
||||
@@ -22,7 +22,7 @@
|
||||
{{! topic link }}
|
||||
<a class="message_label_clickable narrows_by_topic tippy-narrow-tooltip"
|
||||
href="{{topic_url}}"
|
||||
data-tippy-content="{{t 'Narrow to stream "{display_recipient}", topic "{topic}"' }}">
|
||||
data-tippy-content="{{t 'Go to #{display_recipient} > {topic}' }}">
|
||||
{{#if use_match_properties}}
|
||||
{{{match_topic}}}
|
||||
{{else}}
|
||||
@@ -82,7 +82,7 @@
|
||||
<div class="message-header-contents">
|
||||
<a class="message_label_clickable narrows_by_recipient stream_label tippy-narrow-tooltip"
|
||||
href="{{pm_with_url}}"
|
||||
data-tippy-content="{{t 'Narrow to your direct messages with {display_reply_to}' }}">
|
||||
data-tippy-content="{{t 'Go to direct messages with {display_reply_to}' }}">
|
||||
<span class="private_message_header_icon"><i class="zulip-icon zulip-icon-user"></i></span>
|
||||
{{t "You and {display_reply_to}" }}
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user