diff --git a/Changelog.md b/Changelog.md
index b3dd6ac19..be70379ec 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -16,6 +16,7 @@
## Features
* Ask for confirmation when leaving a submittable comment field [#7530](https://github.com/diaspora/diaspora/pull/7530)
* Show users vote in polls [#7550](https://github.com/diaspora/diaspora/pull/7550)
+* Add explanation of ignore function to in-app help section [#7585](https://github.com/diaspora/diaspora/pull/7585)
# 0.7.0.0
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index ee54202c4..f22bafc47 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -944,9 +944,9 @@ en:
report:
title: "Reports overview"
- post_label: "Post: %{content}"
- comment_label: "Comment: %{data}"
- reported_label: "Reported by %{person}"
+ post_label: "Post: %{content}"
+ comment_label: "Comment: %{data}"
+ reported_label: "Reported by %{person}"
reason_label: "Reason:"
review_link: "Mark as reviewed"
delete_link: "Delete item"