Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Nov 17, 2024
1 parent 9e74ed0 commit dfc9d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/app/components/subscription_mailer/PrivacyUpdate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const PrivacyUpdate = ({ subscriber, author, unsubscribeUrl }) => (
<p>We're writing to inform you about an important update to Listed's privacy policy.</p>

<p>
Starting next week, blog authors will be able to see the email addresses of their subscribers. Learn more about this update at{" "}
Starting December 1st, blog authors will be able to see the email addresses of their subscribers. Learn more about this update at{" "}
<a href="https://listed.to/@Listed/56444/unlocking-subscriber-portability">
https://listed.to/@Listed/56444/unlocking-subscriber-portability
</a>
Expand All @@ -38,7 +38,7 @@ const PrivacyUpdate = ({ subscriber, author, unsubscribeUrl }) => (
</p>

<div className="links-footer">
<a href={unsubscribeUrl}>Unsubscribe</a>
<a href={unsubscribeUrl}>Unsubscribe from {author.title}'s blog</a>
</div>
</div>
);
Expand Down

0 comments on commit dfc9d91

Please sign in to comment.