From 79d1d86a944f875f1776a4a13f0727ccae421048 Mon Sep 17 00:00:00 2001 From: Ian Krieger Date: Wed, 18 Oct 2023 10:19:39 -0400 Subject: [PATCH] fix: status switch --- src/components/Creatives/CreativeStatusSwitch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Creatives/CreativeStatusSwitch.tsx b/src/components/Creatives/CreativeStatusSwitch.tsx index 9a2c593f..9f5807f4 100644 --- a/src/components/Creatives/CreativeStatusSwitch.tsx +++ b/src/components/Creatives/CreativeStatusSwitch.tsx @@ -89,7 +89,7 @@ export function CreativeStatusSwitch({ creative }: Props) { 0}> Are you sure you want to{" "} - {creative.state === "active" ? "activate" : "pause"}{" "} + {creative.state === "active" ? "pause" : "activate"}{" "} {`"${input.name}"`}