diff --git a/Changelog.md b/Changelog.md index e32f97cd2..74ad064ff 100644 --- a/Changelog.md +++ b/Changelog.md @@ -46,6 +46,7 @@ With the port to Bootstrap 3, app/views/terms/default.haml has a new structure. ## Bug fixes * Destroy Participation when removing interactions with a post [#5852](https://github.com/diaspora/diaspora/pull/5852) * Improve accessibility of a couple pages [#6227](https://github.com/diaspora/diaspora/pull/6227) +* Capitalize "Powered by diaspora" [#6254](https://github.com/diaspora/diaspora/pull/6254) ## Features * Support color themes [#6033](https://github.com/diaspora/diaspora/pull/6033) diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml index 7e9f10bba..ab8263507 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -2,6 +2,6 @@ .container .pull-left .powered-by-diaspora - powered by diaspora* + =t("layouts.application.powered_by") %ul#footer_nav.pull-right = render :partial =>'shared/links'