updated twitch dialog component labels
This commit is contained in:
@@ -80,4 +80,7 @@ keys:
|
|||||||
cronExpressionLabel: 'Cron expression'
|
cronExpressionLabel: 'Cron expression'
|
||||||
editButtonLabel: 'Edit'
|
editButtonLabel: 'Edit'
|
||||||
newSubscriptionButton: New subscription
|
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
|
||||||
@@ -104,10 +104,7 @@ const TwitchDialog: React.FC<Props> = ({ open, onClose }) => {
|
|||||||
<Grid container gap={1.5}>
|
<Grid container gap={1.5}>
|
||||||
<Grid item xs={12}>
|
<Grid item xs={12}>
|
||||||
<Alert severity="info">
|
<Alert severity="info">
|
||||||
{i18n.t('subscriptionsInfo')}
|
{i18n.t('twitchIntegrationInfo')}
|
||||||
</Alert>
|
|
||||||
<Alert severity="warning" sx={{ mt: 1 }}>
|
|
||||||
{i18n.t('livestreamExperimentalWarning')}
|
|
||||||
</Alert>
|
</Alert>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item xs={12} mt={1}>
|
<Grid item xs={12} mt={1}>
|
||||||
|
|||||||
Reference in New Issue
Block a user