mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-14 17:15:09 +00:00
Improve locale keys for comments disabled messages
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
@@ -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>`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user