diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr index 367fde33..783eff1d 100644 --- a/src/invidious/views/watch.ecr +++ b/src/invidious/views/watch.ecr @@ -186,7 +186,7 @@ we're going to need to do it here in order to allow for translations. <% end %>

<%= translate(locale, "Family friendly? ") %><%= translate_bool(locale, video.is_family_friendly) %>

<%= translate(locale, "Wilson score: ") %><%= video.wilson_score %>

-

<%= translate(locale, "Rating: ") %><%= video.average_rating %> / 5

+

<%= translate(locale, "Engagement: ") %><%= video.engagement %>%

<% if video.allowed_regions.size != REGIONS.size %>