Merge pull request #6254 from SansPseudoFix/Fix-6241-Capitalize-Powered
Fix capitalize for powered by diaspora - translation
This commit is contained in:
commit
9fdc1bd9c5
2 changed files with 2 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ With the port to Bootstrap 3, app/views/terms/default.haml has a new structure.
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
* Destroy Participation when removing interactions with a post [#5852](https://github.com/diaspora/diaspora/pull/5852)
|
* 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)
|
* 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
|
## Features
|
||||||
* Support color themes [#6033](https://github.com/diaspora/diaspora/pull/6033)
|
* Support color themes [#6033](https://github.com/diaspora/diaspora/pull/6033)
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
.container
|
.container
|
||||||
.pull-left
|
.pull-left
|
||||||
.powered-by-diaspora
|
.powered-by-diaspora
|
||||||
powered by diaspora*
|
=t("layouts.application.powered_by")
|
||||||
%ul#footer_nav.pull-right
|
%ul#footer_nav.pull-right
|
||||||
= render :partial =>'shared/links'
|
= render :partial =>'shared/links'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue