diff --git a/src/app/App.tsx b/src/app/App.tsx index 4258ff4c..78ccd23e 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -4392,7 +4392,7 @@ export function App({ store, initialStatusMessage }: AppProps) { const addMenuItems: HierarchicalMenuItem[] = [ { kind: "action", - label: "Box", + label: "Whitebox Box", testId: "add-menu-box", onSelect: beginBoxCreation },