diff --git a/app/views/articles/_full_comment_area.html.erb b/app/views/articles/_full_comment_area.html.erb
index 575cb215d..2283243cf 100644
--- a/app/views/articles/_full_comment_area.html.erb
+++ b/app/views/articles/_full_comment_area.html.erb
@@ -13,22 +13,22 @@
diff --git a/app/views/badges/_badge_detail.html.erb b/app/views/badges/_badge_detail.html.erb
index 7e9714198..b32cc50c7 100644
--- a/app/views/badges/_badge_detail.html.erb
+++ b/app/views/badges/_badge_detail.html.erb
@@ -10,6 +10,6 @@
- Once unpublished, this post will become invisible to the public
- and only accessible to <%= name %>.
+ <%= t("views.moderations.actions.unpublish_post.modal_text1", username: name) %>
-
They can still re-publish the post if they are not suspended.
+
<%= t("views.moderations.actions.unpublish_post.modal_text2", username: name) %>
- Unpublish post
+ <%= t("views.moderations.actions.unpublish") %>
diff --git a/config/locales/views/articles/en.yml b/config/locales/views/articles/en.yml
index 8fdabf04e..ef7825d54 100644
--- a/config/locales/views/articles/en.yml
+++ b/config/locales/views/articles/en.yml
@@ -8,6 +8,16 @@ en:
aria_label: Article actions
comments:
aria_label: Add a comment to post - %{title}
+ sort:
+ heading: "Sort discussion: "
+ title:
+ top: Top
+ latest: Latest
+ oldest: Oldest
+ desc:
+ top: Most upvoted and relevant comments will be first
+ latest: Most recent comments will be first
+ oldest: The oldest comments will be first
sort_button:
aria_label: Sort comments
subtitle:
diff --git a/config/locales/views/articles/fr.yml b/config/locales/views/articles/fr.yml
index c4b26660f..08d02c377 100644
--- a/config/locales/views/articles/fr.yml
+++ b/config/locales/views/articles/fr.yml
@@ -8,6 +8,16 @@ fr:
aria_label: Article actions
comments:
aria_label: Add a comment to post - %{title}
+ sort:
+ heading: "Sort discussion: "
+ title:
+ top: Top
+ latest: Latest
+ oldest: Oldest
+ desc:
+ top: Most upvoted and relevant comments will be first
+ latest: Most recent comments will be first
+ oldest: The oldest comments will be first
sort_button:
aria_label: Sort comments
subtitle:
diff --git a/config/locales/views/main/en.yml b/config/locales/views/main/en.yml
index d79c3780e..9241b26cd 100644
--- a/config/locales/views/main/en.yml
+++ b/config/locales/views/main/en.yml
@@ -35,6 +35,7 @@ en:
Code of Conduct: Code of Conduct
Contact: Contact
FAQ: FAQ
+ Home: Home
Listings: Listings
Podcasts: Podcasts
Privacy Policy: Privacy Policy
@@ -65,6 +66,5 @@ en:
powered:
text_html: Made with love and %{rails}. %{community}