summaryrefslogtreecommitdiff
path: root/animism-align/frontend/views/align/containers
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-07-04 16:37:19 +0200
committerJules Laplace <julescarbon@gmail.com>2020-07-04 16:37:19 +0200
commite973412b5ea29685f4fa260d8eb44baae095fb81 (patch)
tree0e859ab0541187ed769e654663730834b998f3d1 /animism-align/frontend/views/align/containers
parent3e1c6f81bbdad758b8756955fce82da49a564611 (diff)
rename timestamp to annotation
Diffstat (limited to 'animism-align/frontend/views/align/containers')
-rw-r--r--animism-align/frontend/views/align/containers/timeline.container.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/views/align/containers/timeline.container.js b/animism-align/frontend/views/align/containers/timeline.container.js
index 3795751..4167d2d 100644
--- a/animism-align/frontend/views/align/containers/timeline.container.js
+++ b/animism-align/frontend/views/align/containers/timeline.container.js
@@ -91,7 +91,7 @@ class Timeline extends Component {
handleClick(e) {
const play_ts = positionToTime(e.pageY, this.props.timeline)
if (e.pageX > WAVEFORM_SIZE * 0.67) {
- actions.align.showNewTimestampForm(play_ts, this.props.text)
+ actions.align.showNewAnnotationForm(play_ts, this.props.text)
} else {
actions.audio.seek(play_ts)
}