diff --git a/packages/app/src/hooks/useContextMenuConfiguration.ts b/packages/app/src/hooks/useContextMenuConfiguration.ts index a0bdc4c15..a1978e723 100644 --- a/packages/app/src/hooks/useContextMenuConfiguration.ts +++ b/packages/app/src/hooks/useContextMenuConfiguration.ts @@ -96,12 +96,12 @@ export function useContextMenuConfiguration() { }, { id: 'node-run-to-here', - label: 'Run to Here', + label: 'Run to here', icon: PlayIcon, }, { id: 'node-run-from-here', - label: 'Run from Here', + label: 'Run from here', icon: PlayIcon, conditional: (context) => { const { canRunFromHere } = context as { canRunFromHere: boolean };