Skip to content

Commit

Permalink
update copy for goal achieved (#13014)
Browse files Browse the repository at this point in the history
Co-authored-by: Sue Burt <“[email protected]”>
  • Loading branch information
sookburt and Sue Burt authored Dec 16, 2024
1 parent 9cd5a50 commit 94387a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const tickerSettingsSubCampaign = {
const heading = (isSubCampaign: boolean) => {
return isSubCampaign
? 'Last chance to support us this year'
: 'Can you help us hit our goal?';
: 'Can you help us beat our goal?';
};
const bodyCopy = (isSubCampaign: boolean) => {
const SubCampaignCopy =
Expand All @@ -248,7 +248,7 @@ const bodyCopy = (isSubCampaign: boolean) => {
const bodyCopyHighlightedText = (isSubCampaign: boolean) => {
const SubCampaignCopy = 'Help us keep going in 2025.';
const normalCopy =
'Help us hit our most important annual fundraising goal so we can keep going.';
'Help us raise as much as we can to power our journalism in 2025.';
return isSubCampaign ? SubCampaignCopy : normalCopy;
};

Expand Down

0 comments on commit 94387a9

Please sign in to comment.