Skip to content

Commit

Permalink
update the menu item text in view menu from "Expand/Collapse Nodes" t…
Browse files Browse the repository at this point in the history
…o "Expand/Collapse Graph
  • Loading branch information
zoosphar committed Feb 14, 2024
1 parent d88dafc commit ab4f5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Toolbar/ViewMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const ViewMenu = () => {
</Text>
}
>
{graphCollapsed ? "Expand" : "Collapse"} Nodes
{graphCollapsed ? "Expand" : "Collapse"} Graph
</Menu.Item>
<Menu.Item fz={12} onClick={focusFirstNode} leftSection={<VscTarget />}>
Focus to First Node
Expand Down

0 comments on commit ab4f5f3

Please sign in to comment.