diff --git a/plugins/video/views/shared/video_list.html.erb b/plugins/video/views/shared/video_list.html.erb
index 4a04aa5..bc127d8 100644
--- a/plugins/video/views/shared/video_list.html.erb
+++ b/plugins/video/views/shared/video_list.html.erb
@@ -14,7 +14,7 @@
<%= first_video.title %>
- <%= _("by") %> <%= first_video.author_name %> <%= _("updated at") %> <%= time_ago_as_sentence(first_video.updated_at) %>
+ <%= _("by") %> <%= first_video.author_name %> <%= _("updated at") %> <%= time_ago_in_words(first_video.updated_at) %>
@@ -29,7 +29,7 @@
- <%= _("by") %> <%= content.author_name %> <%= _("updated at") %> <%= time_ago_as_sentence(content.updated_at) %>
+ <%= _("by") %> <%= content.author_name %> <%= _("updated at") %> <%= time_ago_in_words(content.updated_at) %>
<%= content.title %>
--
libgit2 0.21.2