Changed label of "sort by views" to "sort by recent views"

Fixes https://github.com/Chocobozzz/PeerTube/issues/4421
This commit is contained in:
Poslovitch 2021-10-23 13:09:34 +00:00 committed by Chocobozzz
parent b9fbc17609
commit 3c4d6c1d9c
1 changed files with 1 additions and 1 deletions

View 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>