Commit 9fdc1bd9 authored by Steffen van Bergerem's avatar Steffen van Bergerem
Browse files

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

Fix capitalize for powered by diaspora - translation
parents 51bd0109 a0eb2f06
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -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'