diff options
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/video-list/video-most-liked.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/video-list/video-most-liked.component.ts b/client/src/app/+videos/video-list/video-most-liked.component.ts index e5f7bd152..93408d76b 100644 --- a/client/src/app/+videos/video-list/video-most-liked.component.ts +++ b/client/src/app/+videos/video-list/video-most-liked.component.ts | |||
@@ -39,7 +39,7 @@ export class VideoMostLikedComponent extends AbstractVideoList implements OnInit | |||
39 | this.generateSyndicationList() | 39 | this.generateSyndicationList() |
40 | 40 | ||
41 | this.titlePage = $localize`Most liked videos` | 41 | this.titlePage = $localize`Most liked videos` |
42 | this.titleTooltip = $localize`Videos that have the higher number of likes.` | 42 | this.titleTooltip = $localize`Videos that have the most likes.` |
43 | } | 43 | } |
44 | 44 | ||
45 | getVideosObservable (page: number) { | 45 | getVideosObservable (page: number) { |