diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb
index 7640578e9..30e6ad44a 100644
--- a/app/views/topics/show.html.erb
+++ b/app/views/topics/show.html.erb
@@ -12,7 +12,7 @@
<%= render '/shared/author_info', resource: @topic %>
•
- <%= l @topic.created_at.to_date %>
+ <%= l(@topic.created_at.to_date) %>
•
<%= link_to t("community.show.topic.comments", count: @topic.comments_count),