Skip to content

Commit

Permalink
Update subscription modal translations on Campaign details page
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Aug 27, 2024
1 parent 5471218 commit 58cc7e7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,11 @@ export default function RenderCampaignSubscribeModal({ campaign, setOpen }: Moda
</Typography>
</Grid>
<Grid item xs={12} textAlign="center">
<EmailField label="auth:fields.email-descriptive" name="email" sx={{ width: '70%' }} />
<EmailField
label="common:notifications.email-descriptive"
name="email"
sx={{ maxWidth: theme.spacing(50) }}
/>
</Grid>
<Grid item xs={12}>
<AcceptNewsLetterFieldCampaign name="consent" />
Expand Down

0 comments on commit 58cc7e7

Please sign in to comment.