From: soufiane Date: Fri, 9 Jan 2026 16:54:06 +0000 (+0100) Subject: wait #7885 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=refs%2Fheads%2Fvideojs;p=fluidbook-toolbox.git wait #7885 --- diff --git a/app/SubForms/VideoTrack.php b/app/SubForms/VideoTrack.php index a2a9238c5..45c6ce37f 100644 --- a/app/SubForms/VideoTrack.php +++ b/app/SubForms/VideoTrack.php @@ -21,13 +21,13 @@ class VideoTrack extends SubForm $this->addField('kind', SelectFromArray::class, __('Type'), ['default' => 'captions', 'allows_null' => false, 'ajax' => false, 'options' => [ 'captions' => 'Captions', 'subtitles' => 'Subtitles', - 'descriptions' => 'Descriptions', 'chapters' => 'Chapters', - 'alternative' => 'Alternative', - 'main' => 'Main', - 'main-desc' => 'Main description', - 'translation' => 'Translation', - 'commentary' => 'Commentary'] + 'descriptions' => 'Descriptions (Audio)', + 'alternative' => 'Alternative (Audio)', + 'main' => 'Main (Audio)', + 'main-desc' => 'Main description (Audio)', + 'translation' => 'Translation (Audio)', + 'commentary' => 'Commentary (Audio)'] ]); $this->addField('srclang', Locale::class, __('Langue'), ['allows_null' => true, 'ajax' => false, 'hint' => __('Laisser vide pour utiliser la langue de la publication')]);; }