diff --git a/modules/KalturaSupport/KalturaSupport.i18n.json b/modules/KalturaSupport/KalturaSupport.i18n.json index 3aad457ab7..955879b20c 100755 --- a/modules/KalturaSupport/KalturaSupport.i18n.json +++ b/modules/KalturaSupport/KalturaSupport.i18n.json @@ -67,6 +67,8 @@ "ks-chapters-locate-active-media": "Locate current slide", "ks-chapters-slider-locator": "Slide Locator", "ks-chapters-toggle-chapter": "Expand\/collapse chapter", + "ks-chapters-chapter": "Chapter", + "ks-chapters-slide": "Slide", "ks-chapters-toggle-all-chapter": "Expand\/collapse all chapters", "ks-chapters-chapterNumber": "Chapter number", "ks-chapters-chapter-start-time": "Chapter start time", diff --git a/modules/KalturaSupport/components/chapters/chapters.js b/modules/KalturaSupport/components/chapters/chapters.js index 02b30c14ca..00dea7c483 100644 --- a/modules/KalturaSupport/components/chapters/chapters.js +++ b/modules/KalturaSupport/components/chapters/chapters.js @@ -458,7 +458,9 @@ chapterToggle: gM("ks-chapters-toggle-chapter"), slideNumber: gM("ks-chapters-slideNumber"), slideStartTime: gM("ks-chapters-slide-start-time"), - slideDuration: gM("ks-chapters-slide-duration") + slideDuration: gM("ks-chapters-slide-duration"), + chapter: gM("ks-chapters-chapter"), + slide: gM("ks-chapters-slide") }; return metaData; diff --git a/modules/KalturaSupport/components/chapters/chapters.tmpl.html b/modules/KalturaSupport/components/chapters/chapters.tmpl.html index 4dba37c4fe..8cfea5946d 100644 --- a/modules/KalturaSupport/components/chapters/chapters.tmpl.html +++ b/modules/KalturaSupport/components/chapters/chapters.tmpl.html @@ -1,4 +1,6 @@