diff --git a/src/invidious/views/components/channel_info.ecr b/src/invidious/views/components/channel_info.ecr index 598887604..f4164f31b 100644 --- a/src/invidious/views/components/channel_info.ecr +++ b/src/invidious/views/components/channel_info.ecr @@ -8,29 +8,30 @@ <% end %> -
<%= channel.description_html %>
-<%= channel.description_html %>
- <% else %> -
- <% end %> <% else %> -
"> <%= translate(locale, "Subscribe") %> | <%= sub_count_text %> -
<% end %> diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr index 5b3190f3d..4f4354a9f 100644 --- a/src/invidious/views/watch.ecr +++ b/src/invidious/views/watch.ecr @@ -204,19 +204,28 @@ we're going to need to do it here in order to allow for translations.