Skip to content

Commit

Permalink
fix: minor fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
victorggonzalez committed Jul 8, 2022
1 parent d2b33e8 commit 0ced8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/member/DeleteMemberDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const DeleteMemberDialog = ({ id }) => {
<Grid container spacing={3} className={classes.mainContainer}>
<Grid item xs={8}>
<Grid item xs={12}>
<Typography variant="h5">Delete this account</Typography>
<Typography variant="h5">{t('Delete this account')}</Typography>
</Grid>
<Grid
container
Expand Down

0 comments on commit 0ced8bd

Please sign in to comment.