mirror of https://github.com/Chocobozzz/PeerTube
Fix view explanation
parent
4e09837aa0
commit
9244620f37
|
@ -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`,
|
||||
|
|
Loading…
Reference in New Issue