1
0
Fork 0
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:
SirStendec 2018-03-25 22:11:04 -04:00
parent 008962f374
commit b44740744b

View file

@ -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 => {