diff options
author | bob <bcz@cs.brown.edu> | 2020-03-03 18:14:37 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-03-03 18:14:37 -0500 |
commit | ef58bdb2f6e9bffe377239d77b3360ed8b3132a1 (patch) | |
tree | f6eabc8aef3c4e0586507e466674e4515f5d724d /src/client/views/nodes/VideoBox.tsx | |
parent | fcbef60fdd7edbff63ad190f500f7b67a6dafa71 (diff) |
a bunch of small fixes to link naming and fixes to audio links.
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
-rw-r--r-- | src/client/views/nodes/VideoBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index 69c6f2617..7ab650dc9 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -134,7 +134,7 @@ export class VideoBox extends DocAnnotatableComponent<FieldViewProps, VideoDocum }); imageSummary.isButton = true; this.props.addDocument && this.props.addDocument(imageSummary); - DocUtils.MakeLink({ doc: imageSummary }, { doc: this.props.Document }, "snapshot from " + this.Document.title, "video frame snapshot"); + DocUtils.MakeLink({ doc: imageSummary }, { doc: this.props.Document }, "video snapshot"); } }); } |