Skip to content

Commit

Permalink
Merge pull request #71 from tom0827/email_typo
Browse files Browse the repository at this point in the history
fix email typo in failure panel
  • Loading branch information
tom0827 authored Jul 8, 2024
2 parents 027b911 + ff5be1f commit 993dbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met-web/src/components/engagement/view/FailurePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const FailurePanel = ({ email, handleClose, tryAgain, visibility }: FailurePanel
<MetBody>Please verify your email and try again.</MetBody>
</Grid>
<Grid item xs={12}>
<MetBody>If this problem persists, contact eao.epicsystem@gov.bc</MetBody>
<MetBody>If this problem persists, contact eao.epicsystem@gov.bc.ca</MetBody>
</Grid>
<Grid item container xs={12} direction="row" justifyContent="flex-end" spacing={1} sx={{ mt: '1em' }}>
<Stack direction={{ xs: 'column', sm: 'row' }} spacing={1} width="100%" justifyContent="flex-end">
Expand Down

0 comments on commit 993dbfb

Please sign in to comment.