Skip to content

Commit ff5be1f

Browse files
committed
fix email typo in failure panel
1 parent 0dd1301 commit ff5be1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

met-web/src/components/engagement/view/FailurePanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const FailurePanel = ({ email, handleClose, tryAgain, visibility }: FailurePanel
3636
<MetBody>Please verify your email and try again.</MetBody>
3737
</Grid>
3838
<Grid item xs={12}>
39-
<MetBody>If this problem persists, contact eao.epicsystem@gov.bc</MetBody>
39+
<MetBody>If this problem persists, contact eao.epicsystem@gov.bc.ca</MetBody>
4040
</Grid>
4141
<Grid item container xs={12} direction="row" justifyContent="flex-end" spacing={1} sx={{ mt: '1em' }}>
4242
<Stack direction={{ xs: 'column', sm: 'row' }} spacing={1} width="100%" justifyContent="flex-end">

0 commit comments

Comments
 (0)