diff --git a/assets/js/comments.js b/assets/js/comments.js
index f413e5aef..f6fffeea5 100644
--- a/assets/js/comments.js
+++ b/assets/js/comments.js
@@ -76,10 +76,10 @@ function get_youtube_comments() {
if (!video_data.comments_enabled) {
comments.innerHTML = `
`;
diff --git a/locales/en-US.json b/locales/en-US.json
index d061ce751..5eb13c77f 100644
--- a/locales/en-US.json
+++ b/locales/en-US.json
@@ -222,9 +222,9 @@
"View Reddit comments": "View Reddit comments",
"Hide replies": "Hide replies",
"Show replies": "Show replies",
- "youtube_comments_disabled_text": "Comments are turned off on this video",
- "youtube_comments_disabled_try_reddit": "Try reddit comments?",
- "invidious_comments_disabled_text": "Comments are hidden as per configuration",
+ "comments_youtube_disabled_text": "Youtube comments are disabled on this video",
+ "comments_youtube_disabled_try_reddit": "Try reddit comments?",
+ "comments_invidious_disabled_text": "Comments are hidden as per user preferences",
"Incorrect password": "Incorrect password",
"Wrong answer": "Wrong answer",
"Erroneous CAPTCHA": "Erroneous CAPTCHA",
diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr
index f5c368217..6056a3960 100644
--- a/src/invidious/views/watch.ecr
+++ b/src/invidious/views/watch.ecr
@@ -60,8 +60,8 @@ we're going to need to do it here in order to allow for translations.
"play_next" => !video.related_videos.empty? && !plid && params.continue,
"next_video" => video.related_videos.select { |rv| rv["id"]? }[0]?.try &.["id"],
"youtube_comments_text" => HTML.escape(I18n.translate(locale, "View YouTube comments")),
- "youtube_comments_disabled_text" => HTML.escape(I18n.translate(locale, "youtube_comments_disabled_text")),
- "youtube_comments_disabled_try_reddit" => HTML.escape(I18n.translate(locale, "youtube_comments_disabled_try_reddit")),
+ "comments_youtube_disabled_text" => HTML.escape(I18n.translate(locale, "comments_youtube_disabled_text")),
+ "comments_youtube_disabled_try_reddit" => HTML.escape(I18n.translate(locale, "comments_youtube_disabled_try_reddit")),
"reddit_comments_text" => HTML.escape(I18n.translate(locale, "View Reddit comments")),
"reddit_permalink_text" => HTML.escape(I18n.translate(locale, "View more comments on Reddit")),
"comments_text" => HTML.escape(I18n.translate(locale, "View `x` comments", "{commentCount}")),
@@ -300,7 +300,7 @@ we're going to need to do it here in order to allow for translations.
${video_data.youtube_comments_disabled_text}
+${video_data.comments_youtube_disabled_text}
- ${video_data.youtube_comments_disabled_try_reddit} + ${video_data.comments_youtube_disabled_try_reddit}