diff --git a/templates/main.html b/templates/main.html
index 13b7582..d02dd55 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -82,7 +82,7 @@
if (interval > 1) {
return Math.floor(interval) + " minutes ago";
}
- return Math.floor(seconds) + " seconds";
+ return Math.floor(seconds) + " seconds ago";
}
timeStampElement = document.getElementById('timestamp_{{post["id"]}}')