Skip to content

Commit

Permalink
Update web_ui/frontend/components/DataExportTable.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock authored Dec 12, 2024
1 parent 0c806b5 commit 1b9bda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_ui/frontend/components/DataExportTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ export const DataExportTable = ({ boxProps }: { boxProps?: BoxProps }) => {
<Box display={'flex'} flexDirection={'column'}>
<LinearProgress sx={{ mb: 1, w: '100%' }} />
<Typography variant={'subtitle2'} color={grey[400]} mx={'auto'}>
Starting Update Watcher; Will Poll Every 10 Seconds;
Polling from Registry for Updates Every 10 Seconds
</Typography>
</Box>
)}
Expand Down

0 comments on commit 1b9bda8

Please sign in to comment.