From 6a7c740b016f180f35f2610d607d8ff96e2ead28 Mon Sep 17 00:00:00 2001 From: Brendan Schlagel Date: Fri, 13 Mar 2026 15:51:01 -0400 Subject: [PATCH] remove ATP from publish button --- app/[leaflet_id]/actions/PublishButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/[leaflet_id]/actions/PublishButton.tsx b/app/[leaflet_id]/actions/PublishButton.tsx index 6ca18b02..c2497139 100644 --- a/app/[leaflet_id]/actions/PublishButton.tsx +++ b/app/[leaflet_id]/actions/PublishButton.tsx @@ -190,7 +190,7 @@ const PublishToPublicationButton = (props: { entityID: string }) => { } - label={"Publish on ATP"} + label={"Publish"} /> } > -- 2.51.2