mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
left_sidebar: Rename show_all_private_messages to use direct.
Rename `show_all_private_messages` to `show-all-direct-messages`. We've also hyphenated the attribute during the rename. Part of the private_message to direct_message rename project.
This commit is contained in:
committed by
Tim Abbott
parent
f90ad8ca15
commit
cad5843da6
@@ -139,7 +139,7 @@ export function initialize(): void {
|
||||
// thus hovering it is a way to find out what it does, give
|
||||
// it the faster LONG_HOVER_DELAY.
|
||||
tippy.delegate("body", {
|
||||
target: "#show_all_private_messages",
|
||||
target: "#show-all-direct-messages",
|
||||
placement: "right",
|
||||
delay: LONG_HOVER_DELAY,
|
||||
appendTo: () => document.body,
|
||||
|
||||
Reference in New Issue
Block a user