Skip to content

Commit bfde85a

Browse files
committed
Merge branch 'master' of github.com:h5p/h5p-interactive-video
2 parents d99eb38 + 69002e4 commit bfde85a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

semantics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@
826826
"type": "text",
827827
"label": "Summary title",
828828
"importance": "low",
829-
"default": "Summary",
829+
"default": "Open summary dialog",
830830
"optional": true
831831
},
832832
{

src/scripts/interactive-video.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function InteractiveVideo(params, id, contentData) {
120120
close: 'Close',
121121
fullscreen: 'Fullscreen',
122122
exitFullscreen: 'Exit fullscreen',
123-
summary: 'Summary',
123+
summary: 'Open summary dialog',
124124
bookmarks: 'Bookmarks',
125125
endscreens: 'Submit Screens',
126126
defaultAdaptivitySeekLabel: 'Continue',

0 commit comments

Comments
 (0)