diff --git a/Changelog.md b/Changelog.md index 48d4659ab..843dfcf4d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,7 @@ * Fix wrong closing a-tag [#6111](https://github.com/diaspora/diaspora/pull/6111) * Fix mobile more-button wording when there are less than 15 posts [#6118](https://github.com/diaspora/diaspora/pull/6118) * Fix reappearing flash boxes during sign-in [#6146](https://github.com/diaspora/diaspora/pull/6146) +* Capitalize Wiki link [#6193](https://github.com/diaspora/diaspora/pull/6193) ## Features * Add configuration options for some debug logs [#6090](https://github.com/diaspora/diaspora/pull/6090) diff --git a/app/views/shared/_links.haml b/app/views/shared/_links.haml index d131efb08..1567e0159 100644 --- a/app/views/shared/_links.haml +++ b/app/views/shared/_links.haml @@ -1,5 +1,5 @@ %li= link_to 'diasporafoundation.org', "https://diasporafoundation.org" -%li= link_to 'wiki', "https://wiki.diasporafoundation.org" +%li= link_to 'Wiki', "https://wiki.diasporafoundation.org" %li= link_to t('layouts.application.whats_new'), changelog_url %li= link_to t('layouts.header.code') + " " + pod_version, "#{source_url}", {:title => t('layouts.application.source_package')} %li= link_to t("layouts.application.statistics_link"), statistics_path