diff --git a/src/sites/twitch-twilight/modules/css_tweaks/index.js b/src/sites/twitch-twilight/modules/css_tweaks/index.js index 3191bd97..d70dcf28 100644 --- a/src/sites/twitch-twilight/modules/css_tweaks/index.js +++ b/src/sites/twitch-twilight/modules/css_tweaks/index.js @@ -298,7 +298,7 @@ export default class CSSTweaks extends Module { default: false, ui: { path: 'Channel > Appearance >> General', - title: 'Hide the "Not Live" bar.', + title: 'Hide the "Now Live" bar.', description: 'Hide the bar which appears beneath clips and videos when the streamer is live, telling you they are live.', component: 'setting-check-box' }, @@ -420,4 +420,4 @@ export default class CSSTweaks extends Module { r(); }) } -} \ No newline at end of file +}