1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-28 05:28:30 +00:00

Updated "Not Live" to "Now Live" (Misspelling) (#807)

This commit is contained in:
Brandin Arsenault 2020-05-27 16:52:44 -03:00 committed by GitHub
parent 261c461481
commit 8e73b6fb87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -309,7 +309,7 @@ export default class CSSTweaks extends Module {
default: false, default: false,
ui: { ui: {
path: 'Channel > Appearance >> General', 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.', description: 'Hide the bar which appears beneath clips and videos when the streamer is live, telling you they are live.',
component: 'setting-check-box' component: 'setting-check-box'
}, },
@ -434,4 +434,4 @@ export default class CSSTweaks extends Module {
r(); r();
}) })
} }
} }