diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr index ff27feb0b..8405eeae9 100644 --- a/src/invidious/views/watch.ecr +++ b/src/invidious/views/watch.ecr @@ -194,11 +194,11 @@ get_youtube_comments();
<%= number_with_separator(video.views) %>
<%= number_with_separator(video.likes) %>
<%= number_with_separator(video.dislikes) %>
-Genre : <%= video.genre %>
+Genre: <%= video.genre %>
Family Friendly? <%= video.is_family_friendly %>
-Wilson Score : <%= video.wilson_score.round(4) %>
-Rating : <%= rating.round(4) %> / 5
-Engagement : <%= engagement.round(2) %>%
+Wilson Score: <%= video.wilson_score.round(4) %>
+Rating: <%= rating.round(4) %> / 5
+Engagement: <%= engagement.round(2) %>%
<% if video.allowed_regions.size != REGIONS.size %><% if video.allowed_regions.size < REGIONS.size / 2 %> @@ -209,14 +209,14 @@ get_youtube_comments();
<% end %> <% if ad_slots %> -Ad Slots : <%= ad_slots %>
+Ad Slots: <%= ad_slots %>
<% end %> <% if engage_types %> -Engage Types : <%= engage_types %>
+Engage Types: <%= engage_types %>
<% end %> <% if ad_tag %> -Ad Category : <%= ad_category %>
-Ad Tags(?) : <%= k2 %>
+Ad Category: <%= ad_category %>
+Ad Tags(?): <%= k2 %>
<% end %>