From 9244620f37c860edf28c7b3cf7c6dd7825ba04c4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 25 Apr 2024 09:33:05 +0200 Subject: [PATCH] Fix view explanation --- client/src/app/+stats/video/video-stats.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/+stats/video/video-stats.component.ts b/client/src/app/+stats/video/video-stats.component.ts index 0630906ec..5bbd0fe1e 100644 --- a/client/src/app/+stats/video/video-stats.component.ts +++ b/client/src/app/+stats/video/video-stats.component.ts @@ -309,7 +309,7 @@ export class VideoStatsComponent implements OnInit { { label: $localize`Views`, value: this.numberFormatter.transform(this.video.views), - help: $localize`A view means that someone watched the video for at least 30 seconds` + help: $localize`A view means that someone watched the video for several seconds (10 seconds by default)` }, { label: $localize`Likes`,