fix missing translation back to top

This commit is contained in:
movilla 2013-05-01 19:22:53 +02:00
parent ea792246d0
commit 19d22a8928
2 changed files with 2 additions and 1 deletions

View file

@ -133,6 +133,7 @@ everything is set up.
* My Activity mobile doesn't show second page when clicking "more". [#4109](https://github.com/diaspora/diaspora/issues/4109)
* Remove unnecessary navigation bar to access mobile site and re-add flash warning to mobile registrations. [#4085](https://github.com/diaspora/diaspora/pull/4085)
* Fix broken reactions link on mobile page [#4125](https://github.com/diaspora/diaspora/pull/4125)
* Missing translation "Back to top". [#4138](https://github.com/diaspora/diaspora/pull/4138)
## Features

View file

@ -61,5 +61,5 @@
= render 'shared/right_sections'
%a{:id=>"back-to-top", :title=>"#{t('.back_to_top')}", :href=>"#"}
%a{:id=>"back-to-top", :title=>"#{t('layouts.application.back_to_top')}", :href=>"#"}
⇧