]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Changed label of "sort by views" to "sort by recent views"
authorPoslovitch <poslovitch@bentobox.world>
Sat, 23 Oct 2021 13:09:34 +0000 (13:09 +0000)
committerChocobozzz <chocobozzz@cpy.re>
Tue, 26 Oct 2021 06:37:40 +0000 (08:37 +0200)
Fixes https://github.com/Chocobozzz/PeerTube/issues/4421

client/src/app/shared/shared-video-miniature/video-filters-header.component.html

index 6d651e0cab7087521fe107cb367cfeb21e80454f..eb846e9e7ecf832d0c5349dc8602c065d484503d 100644 (file)
@@ -45,7 +45,7 @@
     >
       <ng-option i18n value="-publishedAt">Sort by <strong>"Recently Added"</strong></ng-option>
 
-      <ng-option i18n *ngIf="isTrendingSortEnabled('most-viewed')" value="-trending">Sort by <strong>"Views"</strong></ng-option>
+      <ng-option i18n *ngIf="isTrendingSortEnabled('most-viewed')" value="-trending">Sort by <strong>"Recent Views"</strong></ng-option>
       <ng-option i18n *ngIf="isTrendingSortEnabled('hot')" value="-hot">Sort by <strong>"Hot"</strong></ng-option>
       <ng-option i18n *ngIf="isTrendingSortEnabled('best')" value="-best">Sort by <strong>"Best"</strong></ng-option>
       <ng-option i18n *ngIf="isTrendingSortEnabled('most-liked')" value="-likes">Sort by <strong>"Likes"</strong></ng-option>