Skip to content

Commit

Permalink
fix: update titles for subscription fields in EmailSubscribers component
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Jan 13, 2025
1 parent 439f2e8 commit 63b40cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dashboard/src/Pages/StatusPages/View/EmailSubscribers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,14 +283,14 @@ const StatusPageDelete: FunctionComponent<PageComponentProps> = (
field: {
isUnsubscribed: true,
},
title: "Unsubscribed",
title: "Unsubscribed?",
type: FieldType.Boolean,
},
{
field: {
isSubscriptionConfirmed: true,
},
title: "Is Subscription Confirmed",
title: "Subscription Confirmed?",
type: FieldType.Boolean,
},
{
Expand Down

0 comments on commit 63b40cd

Please sign in to comment.