]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/site_controller.rb
Merge remote-tracking branch 'upstream/pull/4954'
[rails.git] / app / controllers / site_controller.rb
index 15ffe58a2616765eac3b34474b9dd0542447cb33..5d63e79fd3937fc178791920477b3668129e92ce 100644 (file)
@@ -110,6 +110,7 @@ class SiteController < ApplicationController
   end
 
   def copyright
+    @title = t ".title"
     @locale = params[:copyright_locale] || I18n.locale
   end