diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+admin/system/jobs/jobs.component.ts | 2 | ||||
-rw-r--r-- | client/src/app/+videos/video-list/trending/video-trending-header.component.ts | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/client/src/app/+admin/system/jobs/jobs.component.ts b/client/src/app/+admin/system/jobs/jobs.component.ts index 38b4066a4..9f5c04406 100644 --- a/client/src/app/+admin/system/jobs/jobs.component.ts +++ b/client/src/app/+admin/system/jobs/jobs.component.ts | |||
@@ -22,11 +22,13 @@ export class JobsComponent extends RestTable implements OnInit { | |||
22 | jobType: JobTypeClient = 'all' | 22 | jobType: JobTypeClient = 'all' |
23 | jobTypes: JobTypeClient[] = [ | 23 | jobTypes: JobTypeClient[] = [ |
24 | 'all', | 24 | 'all', |
25 | |||
25 | 'activitypub-follow', | 26 | 'activitypub-follow', |
26 | 'activitypub-http-broadcast', | 27 | 'activitypub-http-broadcast', |
27 | 'activitypub-http-fetcher', | 28 | 'activitypub-http-fetcher', |
28 | 'activitypub-http-unicast', | 29 | 'activitypub-http-unicast', |
29 | 'activitypub-refresher', | 30 | 'activitypub-refresher', |
31 | 'actor-keys', | ||
30 | 'email', | 32 | 'email', |
31 | 'video-file-import', | 33 | 'video-file-import', |
32 | 'video-import', | 34 | 'video-import', |
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`, |