updated twitch dialog component labels

This commit is contained in:
marcobaobao
2025-08-28 20:30:36 +02:00
parent bce696fc67
commit 9ca7bb9377
2 changed files with 5 additions and 5 deletions

View File

@@ -80,4 +80,7 @@ keys:
cronExpressionLabel: 'Cron expression'
editButtonLabel: 'Edit'
newSubscriptionButton: New subscription
clearCompletedButton: 'Clear completed'
clearCompletedButton: 'Clear completed'
twitchIntegrationInfo: |
To enable monitoring Twitch streams follow this wiki page.
https://github.com/marcopiovanello/yt-dlp-web-ui/wiki/Twitch-integration

View File

@@ -104,10 +104,7 @@ const TwitchDialog: React.FC<Props> = ({ open, onClose }) => {
<Grid container gap={1.5}>
<Grid item xs={12}>
<Alert severity="info">
{i18n.t('subscriptionsInfo')}
</Alert>
<Alert severity="warning" sx={{ mt: 1 }}>
{i18n.t('livestreamExperimentalWarning')}
{i18n.t('twitchIntegrationInfo')}
</Alert>
</Grid>
<Grid item xs={12} mt={1}>