Change wording on edit submitted alert()

An edit has been submitted for the video. The video hasn't been submitted yet, thrimbletrimmer just informs other components how it wants the edit to be.
pull/211/head
Hubbe 5 years ago committed by GitHub
parent 74a38bfaeb
commit 10adf6dcca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -299,7 +299,7 @@ thrimbletrimmerSubmit = function(state, override_changes=false) {
alert(error);
}
} else if (state == 'EDITED') {
alert(`Video submitted for edit from ${start} to ${end}`)
alert(`Edit submitted for video from ${start} to ${end}`)
} else {
alert("Draft saved");
}

Loading…
Cancel
Save