Improve locale keys for comments disabled messages

Co-authored-by: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
syeopite
2023-09-17 11:37:27 -07:00
parent 94d23af269
commit b2dc4eb0dd
3 changed files with 10 additions and 10 deletions

View File

@@ -76,10 +76,10 @@ function get_youtube_comments() {
if (!video_data.comments_enabled) {
comments.innerHTML = `
<div id="comments-turned-off-on-video-message" class="h-box v-box">
<p><b>${video_data.youtube_comments_disabled_text}</b></p>
<p><b>${video_data.comments_youtube_disabled_text}</b></p>
<p><b><a href="javascript:void(0)" data-comments="reddit" id="try-reddit-comments-link">
${video_data.youtube_comments_disabled_try_reddit}
${video_data.comments_youtube_disabled_try_reddit}
</a></b></p>
</div>`;