Skip to content

Commit

Permalink
TOP-197 Change wording to SEND Local Offer
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Apr 22, 2024
1 parent 6a3a3d9 commit 44cddbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ServiceCardFooter/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const ServiceCardFooter = props => {

return (
<Footer>
{local_offer && <LocalOfferTag>Part of local offer</LocalOfferTag>}
{local_offer && <LocalOfferTag>Part of SEND local offer</LocalOfferTag>}
{theme.noLocationIsCountywide && countywide && (
<CountyWideServiceTag>
{theme.serviceCard.countyWideServiceText}
Expand Down

0 comments on commit 44cddbd

Please sign in to comment.