1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

fixed text

This commit is contained in:
ronaldod 2020-05-20 10:06:27 +02:00 committed by GitHub
parent 17193224ff
commit b5cf8aaf3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ $(document).ready(function () {
Button.apply(this, arguments);
this.addClass('ypt-compress');
this.addClass('vjs-button-fa-size');
this.controlText("Theater mode");
this.controlText("Default view");
if (Cookies.get('compress') === "true") {
toogleEC(this);
}