mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 10:06:54 +00:00
Update the strings for the new player settings.
This commit is contained in:
parent
008962f374
commit
b44740744b
1 changed files with 3 additions and 3 deletions
|
@ -152,7 +152,7 @@ export default class Player extends Module {
|
|||
ui: {
|
||||
path: 'Channel > Player >> General',
|
||||
title: 'Hide Event Bar',
|
||||
description: 'Hides the event bar which indicates whether the stream has an ongoing event.',
|
||||
description: 'Hide the Event Bar which appears above the player when there is an ongoing event for the current channel.',
|
||||
component: 'setting-check-box'
|
||||
},
|
||||
changed: val => {
|
||||
|
@ -166,7 +166,7 @@ export default class Player extends Module {
|
|||
ui: {
|
||||
path: 'Channel > Player >> General',
|
||||
title: 'Hide Rerun Bar',
|
||||
description: 'Hides the rerun bar which indicates whether the stream has a VoD playing.',
|
||||
description: 'Hide the Rerun Bar which appears above the player when the current channel is playing a video rather than live content.',
|
||||
component: 'setting-check-box'
|
||||
},
|
||||
changed: val => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue