Replace <b> with <strong> in translations

closes #7585
This commit is contained in:
goobertron 2017-08-22 19:11:38 +01:00 committed by Benjamin Neff
parent 51152e140d
commit e7cac2e466
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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"