Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Claas Augner <[email protected]>
  • Loading branch information
fiji-flo and caugner authored Jan 29, 2025
1 parent 1b7c63e commit acf4a16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions client/src/newsletter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ function SignUpForm({ sendUsersToSettings = false, section = false }) {
<p>We're decommissioning our MDN Plus newsletter.</p>
<p>
<strong>
We will automatically unsubscribe you and purge all related data in
the near future.
We will automatically unsubscribe you and purge all related data soon.
</strong>
</p>
{sendUsersToSettings && user?.isAuthenticated && !isServer ? (
<p>
Unsubscribe now up via the{" "}
Unsubscribe now via the{" "}
<a href={`/${locale}/plus/settings#newsletter`} rel="_blank">
Settings Page.
</a>
Expand Down
4 changes: 2 additions & 2 deletions client/src/settings/newsletter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ export default function Newsletter() {
{enabled ? (
<>
{" "}
If you unsubscribe you cannot subscribe again. <br />
If you unsubscribe, you cannot subscribe again. <br />
<strong>
We will automatically unsubscribe you and purge all
related data in the near future.
related data soon.
</strong>
</>
) : (
Expand Down

0 comments on commit acf4a16

Please sign in to comment.