Skip to content

Commit

Permalink
fix(ExportDialog): remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlago99 committed Dec 23, 2024
1 parent db29d05 commit b57ddcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/exports/ExportDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const ExportDialog = forwardRef<ExportDialogRef, ExportDialogProps>(
<InfosLineWrapper>
<InfoLine>
<Typography variant="caption" color="grey600">
{translate('text_6419c64eace749372fc72b27')} 2
{translate('text_6419c64eace749372fc72b27')}
</Typography>
<Typography variant="body" color="grey700">
{currentUser?.email}
Expand Down

0 comments on commit b57ddcb

Please sign in to comment.