Unverified Commit e7cac2e4 authored by goobertron's avatar goobertron Committed by Benjamin Neff
Browse files

Replace <b> with <strong> in translations

closes #7585
parent 51152e14
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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

+3 −3
Original line number Diff line number Diff line
@@ -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"