Skip to content

Commit

Permalink
fix: fix newsletter subscription copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Nov 23, 2023
1 parent 96600f7 commit 047e22b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const NewsletterSubscription: React.FC<NewsletterSubscriptionProps> = ({
<TextField
inputProps={{ type: 'text', name: 'name' }}
variant="underlined"
placeholder="First Name or Pseudonym"
placeholder="First name or pseudonym"
/>
<TextField
inputProps={{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const SubscriptionPage: React.FC<SubscriptionPageProps> = ({}) => {
}}
height={88}
/>
<Typography component="p">Subscribe for updates</Typography>
<Typography component="p">Subscribe to our newsletter</Typography>
</div>
{api.message && (
<Toast
Expand All @@ -64,7 +64,7 @@ export const SubscriptionPage: React.FC<SubscriptionPageProps> = ({}) => {
}}
size="medium"
variant="underlined"
placeholder="First Name or Pseudonym"
placeholder="First name or pseudonym"
/>
<TextField
inputProps={{
Expand Down

0 comments on commit 047e22b

Please sign in to comment.