diff --git a/app/views/topics/show.rss.erb b/app/views/topics/show.rss.erb
index 634645d8a87..2e1271b4b98 100644
--- a/app/views/topics/show.rss.erb
+++ b/app/views/topics/show.rss.erb
@@ -8,7 +8,7 @@
<%= topic_url %>
<%= @topic_view.posts.first.raw %>
<%= "#{lang}" if lang %>
- <%= @topic_view.topic.created_at.rfc2822 %>
+ <%= @topic_view.topic.bumped_at.rfc2822 %>
<%= @topic_view.topic.category.name %>
<% @topic_view.recent_posts.each do |post| %>