Skip to content

Commit ab9040c

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

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
@@ -131,7 +131,7 @@ export const ViewMenu = () => {
131131
</Text>
132132
}
133133
>
134-
{graphCollapsed ? "Expand" : "Collapse"} Nodes
134+
{graphCollapsed ? "Expand" : "Collapse"} Graph
135135
</Menu.Item>
136136
<Menu.Item fz={12} onClick={focusFirstNode} leftSection={<VscTarget />}>
137137
Focus to First Node

0 commit comments

Comments
 (0)