summaryrefslogtreecommitdiffstats
path: root/app/controllers/feeds_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/feeds_controller.rb')
-rw-r--r--app/controllers/feeds_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/feeds_controller.rb b/app/controllers/feeds_controller.rb
index bf03acbc9..aaba4ac57 100644
--- a/app/controllers/feeds_controller.rb
+++ b/app/controllers/feeds_controller.rb
@@ -69,7 +69,7 @@ class FeedsController < ApplicationController
:order => "#{Journal.table_name}.created_on DESC"
end
- @title = (@project ? @project.name : Setting.app_title) + ": " + (query ? query.name : l(:label_reported_issues))
+ @title = (@project ? @project.name : Setting.app_title) + ": " + (query ? query.name : l(:label_changes_details))
headers["Content-Type"] = "application/rss+xml"
render :action => 'history_atom' if 'atom' == params[:format]
end