diff --git a/app/(protected)/settings/redemptions/page.tsx b/app/(protected)/settings/redemptions/page.tsx index 19cb45b..6d99b27 100644 --- a/app/(protected)/settings/redemptions/page.tsx +++ b/app/(protected)/settings/redemptions/page.tsx @@ -19,8 +19,12 @@ const obsTransformations = [ const customTwitchRedemptions = [ { - id: 'adbreak', - title: 'Adbreak (TTS redemption)' + id: 'adbreak_begin', + title: 'Adbreak Begin (TTS redemption)' + }, + { + id: 'adbreak_end', + title: 'Adbreak End (TTS redemption)' }, { id: 'follow',