diff --git a/locales/en-US.json b/locales/en-US.json index 20fc019e..b985908e 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -274,5 +274,7 @@ "%A %B %-d, %Y": "%A %B %-d, %Y", "(edited)": "(edited)", "Youtube permalink of the comment": "Youtube permalink of the comment", - "`x` marked it with a ❤": "`x` marked it with a ❤" + "`x` marked it with a ❤": "`x` marked it with a ❤", + "Audio mode": "Audio mode", + "Video mode": "Video mode" } diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr index e6d74d1d..cf468459 100644 --- a/src/invidious/comments.cr +++ b/src/invidious/comments.cr @@ -362,7 +362,7 @@ def template_youtube_comments(comments, locale)