Skip to content

Commit

Permalink
Update app/components/hint.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Browne <[email protected]>
  • Loading branch information
bprusinowski and ptbrowne authored Mar 30, 2023
1 parent 3b02c3a commit a40c3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/hint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const Loading = ({ delayMs = 1000 }: { delayMs?: number }) => {
{variant === "long" && (
<Typography>
<Trans id="hint.loading.data.large.datasets">
May take more than 30 seconds for large datasets.
It may take more than 30 seconds for large datasets.
</Trans>
</Typography>
)}
Expand Down

0 comments on commit a40c3e3

Please sign in to comment.