aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com> 2021-02-03 19:23:44 +0100
committerMango0x45 <thomasvoss@live.com> 2021-02-03 19:23:44 +0100
commita2213e31289e2d0d7ea5584d01c914adaf4e07e8 (patch)
tree58dd46b8656f765cfda65f453a1f97257a18112e
parent9faffdc06cf9e14f92f29b56e7da07c214151b64 (diff)
Fix a typo in the mod message
-rw-r--r--main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.js b/main.js
index c57a1d6..298efad 100644
--- a/main.js
+++ b/main.js
@@ -17,7 +17,7 @@ function compute()
/* Show the time and mod message in the DOM */
const ftime = time_format(s);
- const mod_message = `Mod Note: Retimed (Start: Frame ${sframe * fps}, End: ${
+ const mod_message = `Mod Note: Retimed (Start Frame: ${sframe * fps}, End Frame: ${
eframe * fps}, FPS: ${fps}, Total Time: ${ftime})`;
document.getElementById("time").value = ftime;