diff --git a/src/sites/twitch-twilight/modules/css_tweaks/index.js b/src/sites/twitch-twilight/modules/css_tweaks/index.js index c0accc14..93109229 100644 --- a/src/sites/twitch-twilight/modules/css_tweaks/index.js +++ b/src/sites/twitch-twilight/modules/css_tweaks/index.js @@ -309,7 +309,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' }, @@ -434,4 +434,4 @@ export default class CSSTweaks extends Module { r(); }) } -} \ No newline at end of file +}