mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
left_sidebar: Rename toggle_private_messages_section_icon to use direct.
Rename `toggle_private_messages_section_icon` to `toggle-direct-messages-section-icon`. 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
5a3fc26d74
commit
0e8a6a0196
@@ -474,7 +474,7 @@ export function initialize(): void {
|
||||
return false;
|
||||
}
|
||||
|
||||
if ($("#toggle_private_messages_section_icon").hasClass("fa-caret-down")) {
|
||||
if ($("#toggle-direct-messages-section-icon").hasClass("fa-caret-down")) {
|
||||
instance.setContent(
|
||||
$t({
|
||||
defaultMessage: "Collapse direct messages",
|
||||
|
||||
Reference in New Issue
Block a user