From 6c9323cdd845ad1eaaa535384f8e5a54ae5ed677 Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 4 Jun 2026 01:27:20 -0700 Subject: [PATCH] fix: align draft setup actions --- frontend/src/components/maps/LocationMapSetupPanel.jsx | 4 ++-- frontend/tests/location-map-manager.spec.ts | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/maps/LocationMapSetupPanel.jsx b/frontend/src/components/maps/LocationMapSetupPanel.jsx index 175dc7f..f0874b0 100644 --- a/frontend/src/components/maps/LocationMapSetupPanel.jsx +++ b/frontend/src/components/maps/LocationMapSetupPanel.jsx @@ -23,7 +23,7 @@ export default function LocationMapSetupPanel({ : "Create From Zones"; const createBlankLabel = savingAction === "create-blank" ? "Creating..." : "Create Blank Map"; const createZonesButtonLabel = savingAction === "create-zones" ? "Creating..." : createFromZonesLabel; - const publishLabel = savingAction === "publish" ? "Publishing..." : "Publish Map"; + const publishLabel = savingAction === "publish" ? "Publishing..." : "Publish"; return (
@@ -35,7 +35,7 @@ export default function LocationMapSetupPanel({ Continue Editing