Skip to content

Commit ab4f5f3

Browse files
committed
update the menu item text in view menu from "Expand/Collapse Nodes" to "Expand/Collapse Graph
1 parent d88dafc commit ab4f5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Toolbar/ViewMenu.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const ViewMenu = () => {
122122
</Text>
123123
}
124124
>
125-
{graphCollapsed ? "Expand" : "Collapse"} Nodes
125+
{graphCollapsed ? "Expand" : "Collapse"} Graph
126126
</Menu.Item>
127127
<Menu.Item fz={12} onClick={focusFirstNode} leftSection={<VscTarget />}>
128128
Focus to First Node

0 commit comments

Comments
 (0)