X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Ftwitch-bot%2FChatSettingsForm.js;h=9f6a1836afcc67a6e355276170ac05764331cdc6;hb=4b8475936f9c0f0379d2dee4e1440f4445682715;hp=4d36a31601ee3d19e55be0ce8c0e8c8b68a42daa;hpb=cf210ddda8ff5336feee10f733b022a72d906238;p=alttp.git diff --git a/resources/js/components/twitch-bot/ChatSettingsForm.js b/resources/js/components/twitch-bot/ChatSettingsForm.js index 4d36a31..9f6a183 100644 --- a/resources/js/components/twitch-bot/ChatSettingsForm.js +++ b/resources/js/components/twitch-bot/ChatSettingsForm.js @@ -127,6 +127,39 @@ const ChatSettingsForm = ({ : null} + + {t('twitchBot.chatMinAge')} + + + + {t('twitchBot.chatSource')} + + {['any', 'cat', 'chan', 'catchan'].map(value => + + )} + + {touched.respond && errors.respond ? + + {t(errors.respond)} + + : null} +