From e973412b5ea29685f4fa260d8eb44baae095fb81 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 4 Jul 2020 16:37:19 +0200 Subject: rename timestamp to annotation --- animism-align/frontend/views/align/containers/timeline.container.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'animism-align/frontend/views/align/containers/timeline.container.js') 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) } -- cgit v1.2.3-70-g09d2