From 4ae77bcef95ccaa0b07bf750d660297c97be89b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20Devos?= Date: Sat, 4 Jun 2022 15:39:04 +0200 Subject: [PATCH] Remove rating display from the frontend --- src/invidious/views/watch.ecr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr index 367fde337..783eff1dc 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 %>