diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-11-12 21:09:17 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-11-12 21:09:28 +0100 |
commit | dc5bb5cea5bf7e906caa6d9c5468e6de36e605de (patch) | |
tree | 9176c9f6d2f508a11ea444cef8105840486960c6 /client/src/app/+videos | |
parent | 501af82d999a79e277f87794f6296d0e3495775c (diff) | |
download | PeerTube-dc5bb5cea5bf7e906caa6d9c5468e6de36e605de.tar.gz PeerTube-dc5bb5cea5bf7e906caa6d9c5468e6de36e605de.tar.zst PeerTube-dc5bb5cea5bf7e906caa6d9c5468e6de36e605de.zip |
reword unclear sentences, check for grammar
fixes #3222
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) { |