]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/video-list/video-most-liked.component.ts
reword unclear sentences, check for grammar
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / video-list / video-most-liked.component.ts
index e5f7bd15226a1a2b0ac9f04a8ef514cdf99e0d51..93408d76b9bfbf3a1b29fb61324c497f2a0ae1d2 100644 (file)
@@ -39,7 +39,7 @@ export class VideoMostLikedComponent extends AbstractVideoList implements OnInit
     this.generateSyndicationList()
 
     this.titlePage = $localize`Most liked videos`
-    this.titleTooltip = $localize`Videos that have the higher number of likes.`
+    this.titleTooltip = $localize`Videos that have the most likes.`
   }
 
   getVideosObservable (page: number) {