aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-miniature/video-filters-header.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-11-14 14:22:33 +0100
committerChocobozzz <me@florianbigard.com>2022-11-14 14:22:33 +0100
commit2f061e065ab43cc0b73595b619639a92952aeeba (patch)
treebff578e05f41d0272e82f44d03570738947d6539 /client/src/app/shared/shared-video-miniature/video-filters-header.component.html
parentf713f36bdf6f696ab0fe8a309035a09e864a48ca (diff)
parent2198bb5a1981177b04dd94b2b1b6a90c5d7a5c25 (diff)
downloadPeerTube-2f061e065ab43cc0b73595b619639a92952aeeba.tar.gz
PeerTube-2f061e065ab43cc0b73595b619639a92952aeeba.tar.zst
PeerTube-2f061e065ab43cc0b73595b619639a92952aeeba.zip
Merge branch 'release/4.3.0' into develop
Diffstat (limited to 'client/src/app/shared/shared-video-miniature/video-filters-header.component.html')
-rw-r--r--client/src/app/shared/shared-video-miniature/video-filters-header.component.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-video-miniature/video-filters-header.component.html b/client/src/app/shared/shared-video-miniature/video-filters-header.component.html
index 72d6413ca..1e92e1952 100644
--- a/client/src/app/shared/shared-video-miniature/video-filters-header.component.html
+++ b/client/src/app/shared/shared-video-miniature/video-filters-header.component.html
@@ -42,6 +42,7 @@
42 formControlName="sort" 42 formControlName="sort"
43 [clearable]="false" 43 [clearable]="false"
44 [searchable]="false" 44 [searchable]="false"
45 [bindValue]="null"
45 > 46 >
46 <ng-option i18n value="-publishedAt">Sort by <strong>"Recently Added"</strong></ng-option> 47 <ng-option i18n value="-publishedAt">Sort by <strong>"Recently Added"</strong></ng-option>
47 <ng-option i18n value="-originallyPublishedAt">Sort by <strong>"Original Publication Date"</strong></ng-option> 48 <ng-option i18n value="-originallyPublishedAt">Sort by <strong>"Original Publication Date"</strong></ng-option>