Skip to content

Commit

Permalink
Update subscription modal translations on Campaign details page (#1906)
Browse files Browse the repository at this point in the history
Co-authored-by: ani-kalpachka <ani_kalpacka888@gmail.com>
  • Loading branch information
ani-kalpachka and ani-kalpachka authored Aug 31, 2024
1 parent d9f0fe5 commit f3843ce
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 f3843ce

Please sign in to comment.