From 880ae850f945b35a2562dc45dcd571f86b620fce Mon Sep 17 00:00:00 2001 From: Brandin Arsenault Date: Fri, 22 May 2020 16:07:05 -0300 Subject: [PATCH] Updated "Not Live" to "Now Live" (Misspelling) --- src/sites/twitch-twilight/modules/css_tweaks/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}