X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ed15352f56403caf0e0485474d872525a47d2d91..625e7c3296c46141d199a8a0c69822bc1b38ae6a:/app/controllers/site_controller.rb diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb index 15ffe58a2..5d63e79fd 100644 --- a/app/controllers/site_controller.rb +++ b/app/controllers/site_controller.rb @@ -110,6 +110,7 @@ class SiteController < ApplicationController end def copyright + @title = t ".title" @locale = params[:copyright_locale] || I18n.locale end