From 8e73b6fb87ec5f9a1efdfebd37b9699e79cafee0 Mon Sep 17 00:00:00 2001 From: Brandin Arsenault <15201621+brandinarsenault@users.noreply.github.com> Date: Wed, 27 May 2020 16:52:44 -0300 Subject: [PATCH] Updated "Not Live" to "Now Live" (Misspelling) (#807) --- 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 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 +}