From 70ee2c5fcb03090626a2aa16f1be18dfac40122a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 4 Apr 2026 19:31:16 +0200 Subject: [PATCH] Update label for box menu item --- src/app/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },