fix missing translation back to top
This commit is contained in:
parent
ea792246d0
commit
19d22a8928
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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=>"#"}
|
||||
⇧
|
||||
|
|
|
|||
Loading…
Reference in a new issue