From 19d22a8928cc71586eeaf9df1fb39be6ee97fdd5 Mon Sep 17 00:00:00 2001 From: movilla Date: Wed, 1 May 2013 19:22:53 +0200 Subject: [PATCH] fix missing translation back to top --- Changelog.md | 1 + app/views/streams/main_stream.html.haml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index b0d4eeb1c..e239b20f5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/app/views/streams/main_stream.html.haml b/app/views/streams/main_stream.html.haml index 7deb0934b..3429fff75 100644 --- a/app/views/streams/main_stream.html.haml +++ b/app/views/streams/main_stream.html.haml @@ -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=>"#"} ⇧