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