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:
Shubham Padia
2024-06-07 03:32:34 +00:00
committed by Tim Abbott
parent f90ad8ca15
commit cad5843da6
6 changed files with 6 additions and 6 deletions

View File

@@ -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,