Merge pull request #6254 from SansPseudoFix/Fix-6241-Capitalize-Powered

Fix capitalize for powered by diaspora - translation
This commit is contained in:
Steffen van Bergerem 2015-07-28 15:34:57 +02:00
commit 9fdc1bd9c5
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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'