diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-26 14:22:25 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-26 14:22:25 +0100 |
commit | 8795d6f254bd8f88c385bf77b82cc6f177c94df9 (patch) | |
tree | 88f8f4fced9e0c12db5b43dcac6e44bd94eb8b1a /client/src/app/+videos | |
parent | 92315d979c3f424d81f8fca3c8831d81e4e2a6d6 (diff) | |
download | PeerTube-8795d6f254bd8f88c385bf77b82cc6f177c94df9.tar.gz PeerTube-8795d6f254bd8f88c385bf77b82cc6f177c94df9.tar.zst PeerTube-8795d6f254bd8f88c385bf77b82cc6f177c94df9.zip |
Fix broken local actors
Some channels can't federate because they don't have public/private
keys, maybe because the generation failed for various reasons
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/video-list/trending/video-trending-header.component.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+videos/video-list/trending/video-trending-header.component.ts b/client/src/app/+videos/video-list/trending/video-trending-header.component.ts index a4a1e358f..46e65f305 100644 --- a/client/src/app/+videos/video-list/trending/video-trending-header.component.ts +++ b/client/src/app/+videos/video-list/trending/video-trending-header.component.ts | |||
@@ -39,21 +39,21 @@ export class VideoTrendingHeaderComponent extends VideoListHeaderComponent imple | |||
39 | label: $localize`:A variant of Trending videos based on the number of recent interactions, minus user history:Best`, | 39 | label: $localize`:A variant of Trending videos based on the number of recent interactions, minus user history:Best`, |
40 | iconName: 'award', | 40 | iconName: 'award', |
41 | value: 'best', | 41 | value: 'best', |
42 | tooltip: $localize`Videos totalizing the most interactions for recent videos, minus user history`, | 42 | tooltip: $localize`Videos with the most interactions for recent videos, minus user history`, |
43 | hidden: true | 43 | hidden: true |
44 | }, | 44 | }, |
45 | { | 45 | { |
46 | label: $localize`:A variant of Trending videos based on the number of recent interactions:Hot`, | 46 | label: $localize`:A variant of Trending videos based on the number of recent interactions:Hot`, |
47 | iconName: 'flame', | 47 | iconName: 'flame', |
48 | value: 'hot', | 48 | value: 'hot', |
49 | tooltip: $localize`Videos totalizing the most interactions for recent videos`, | 49 | tooltip: $localize`Videos with the most interactions for recent videos`, |
50 | hidden: true | 50 | hidden: true |
51 | }, | 51 | }, |
52 | { | 52 | { |
53 | label: $localize`:Main variant of Trending videos based on number of recent views:Views`, | 53 | label: $localize`:Main variant of Trending videos based on number of recent views:Views`, |
54 | iconName: 'trending', | 54 | iconName: 'trending', |
55 | value: 'most-viewed', | 55 | value: 'most-viewed', |
56 | tooltip: $localize`Videos totalizing the most views during the last 24 hours` | 56 | tooltip: $localize`Videos with the most views during the last 24 hours` |
57 | }, | 57 | }, |
58 | { | 58 | { |
59 | label: $localize`:A variant of Trending videos based on the number of likes:Likes`, | 59 | label: $localize`:A variant of Trending videos based on the number of likes:Likes`, |