diff --git a/app/views/list/list.erb b/app/views/list/list.erb index d7deb94e51..f6dbcc0cd3 100644 --- a/app/views/list/list.erb +++ b/app/views/list/list.erb @@ -45,7 +45,7 @@ <%= t 'js.topic.title' %> <%= t 'js.replies' %> - <%= t 'js.created' %> + <%= t 'js.activity' %> @@ -75,7 +75,7 @@ '><%= t.posts_count %> - <%= I18n.l(t.created_at, format: :date_only) %> + <%= I18n.l(t.last_posted_at, format: :date_only) %> <% end %>