parent
51152e140d
commit
e7cac2e466
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -944,9 +944,9 @@ en:
|
|||
|
||||
report:
|
||||
title: "Reports overview"
|
||||
post_label: "<b>Post</b>: %{content}"
|
||||
comment_label: "<b>Comment</b>: %{data}"
|
||||
reported_label: "<b>Reported by</b> %{person}"
|
||||
post_label: "<strong>Post</strong>: %{content}"
|
||||
comment_label: "<strong>Comment</strong>: %{data}"
|
||||
reported_label: "<strong>Reported by</strong> %{person}"
|
||||
reason_label: "Reason:"
|
||||
review_link: "Mark as reviewed"
|
||||
delete_link: "Delete item"
|
||||
|
|
|
|||
Loading…
Reference in a new issue