Fix view explanation
This commit is contained in:
parent
4e09837aa0
commit
9244620f37
|
@ -309,7 +309,7 @@ export class VideoStatsComponent implements OnInit {
|
||||||
{
|
{
|
||||||
label: $localize`Views`,
|
label: $localize`Views`,
|
||||||
value: this.numberFormatter.transform(this.video.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`,
|
label: $localize`Likes`,
|
||||||
|
|
Loading…
Reference in New Issue