@playkit-js/transcript 3.4.2-canary.6-e5bbd6d → 3.4.2-canary.8-5244ad0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playkit-js/transcript",
3
- "version": "3.4.2-canary.6-e5bbd6d",
3
+ "version": "3.4.2-canary.8-5244ad0",
4
4
  "main": "dist/playkit-transcript.js",
5
5
  "license": "AGPL-3.0",
6
6
  "private": false,
@@ -74,7 +74,7 @@
74
74
  "html5 player"
75
75
  ],
76
76
  "dependencies": {
77
- "@playkit-js/common": "^1.2.3",
77
+ "@playkit-js/common": "^1.2.4",
78
78
  "@playkit-js/playkit-js-ui": "^0.77.1",
79
79
  "@playkit-js/ui-managers": "^1.3.8",
80
80
  "stream-browserify": "^3.0.0"
@@ -82,7 +82,7 @@
82
82
  "kaltura": {
83
83
  "name": "playkit-js-transcript",
84
84
  "dependencies": {
85
- "playkit-kaltura-cuepoints": "3.0.4",
85
+ "playkit-kaltura-cuepoints": "3.0.5",
86
86
  "playkit-ui-managers": "1.3.8"
87
87
  }
88
88
  }
@@ -20,8 +20,8 @@ interface TranscriptMenuState {
20
20
  }
21
21
 
22
22
  const translates = {
23
- printTranscript: <Text id="transcript.more_options">Print current transcript</Text>,
24
- downloadTranscript: <Text id="transcript.more_options">Download current transcript</Text>
23
+ printTranscript: <Text id="transcript.print_transcript">Print current transcript</Text>,
24
+ downloadTranscript: <Text id="transcript.download_transcript">Download current transcript</Text>
25
25
  };
26
26
 
27
27
  @withText(translates)