From 311d687da36b495f61821b84798dd6efde8a8548 Mon Sep 17 00:00:00 2001 From: Julian Rother <julianr@fsmpi.rwth-aachen.de> Date: Mon, 1 May 2017 23:35:28 +0200 Subject: [PATCH] Patched videojs to display german chapter menu title --- static/videojs/video.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/videojs/video.js b/static/videojs/video.js index 9419308..9cb476d 100644 --- a/static/videojs/video.js +++ b/static/videojs/video.js @@ -4404,7 +4404,7 @@ var ChaptersButton = function (_TextTrackButton) { var title = Dom.createEl('li', { className: 'vjs-menu-title', - innerHTML: (0, _toTitleCase2['default'])(this.kind_), + innerHTML: 'Kapitel', tabIndex: -1 }); -- GitLab