code refactoring / fix typos

This commit is contained in:
2024-08-20 09:42:04 +02:00
parent 01e9da61eb
commit 92e3fd994e
4 changed files with 52 additions and 55 deletions

View File

@@ -84,7 +84,7 @@ const LivestreamDialog: React.FC<Props> = ({ open, onClose }) => {
<Grid item xs={12} mb={2}>
<Alert severity="info">
This will monitor yet to start livestream. Each process will be executed with --wait-for-video 10.<br />
If an already started livestream is provided it will be still downloaded but progress will not be tracked.
If an already started livestream is provided it will be still downloaded but its progress will not be tracked.
</Alert>
<Alert severity="warning" sx={{ mt: 1 }}>
This feature is still experimental. Something might break!