diff --git a/app/views/comments/_comment_proper.html.erb b/app/views/comments/_comment_proper.html.erb index 27a2dba68..c621d8258 100644 --- a/app/views/comments/_comment_proper.html.erb +++ b/app/views/comments/_comment_proper.html.erb @@ -7,7 +7,9 @@
<% if comment.deleted %>
- Comment deleted + + <%= t("views.comments.delete.comment_deleted") %> +
<% else %> <%= render partial: "comments/comment_quality_marker", locals: { @@ -35,7 +37,7 @@ <% if should_be_hidden?(comment, @root_comment) %> <% end %> <% end %> diff --git a/config/locales/views/comments/en.yml b/config/locales/views/comments/en.yml index 0a55dc6fd..62afafef4 100644 --- a/config/locales/views/comments/en.yml +++ b/config/locales/views/comments/en.yml @@ -28,6 +28,7 @@ en: submit: Delete edit: Edit cancel: Dismiss + comment_deleted: Comment deleted collapse: Collapse edit: Editing comment edited: @@ -37,6 +38,7 @@ en: hidden: text_html: Some comments have been hidden by the post's author - %{info} info: find out more + comment_hidden: Comment hidden by post author hider: description_html: Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's %{permalink}. hide_child: Hide child comments as well diff --git a/config/locales/views/comments/fr.yml b/config/locales/views/comments/fr.yml index 00f267fce..e71077662 100644 --- a/config/locales/views/comments/fr.yml +++ b/config/locales/views/comments/fr.yml @@ -28,6 +28,7 @@ fr: submit: Delete edit: Edit cancel: Dismiss + comment_deleted: Comment deleted collapse: Collapse edit: Editing comment edited: @@ -37,6 +38,7 @@ fr: hidden: text_html: Some comments have been hidden by the post's author - %{info} info: find out more + comment_hidden: Comment hidden by post author hider: description_html: Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's %{permalink}. hide_child: Hide child comments as well