aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/menu/menu.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/menu/menu.service.ts')
-rw-r--r--client/src/app/core/menu/menu.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/core/menu/menu.service.ts b/client/src/app/core/menu/menu.service.ts
index f0dc4fcaa..81837db7e 100644
--- a/client/src/app/core/menu/menu.service.ts
+++ b/client/src/app/core/menu/menu.service.ts
@@ -132,7 +132,7 @@ export class MenuService {
132 path: '/videos/trending' 132 path: '/videos/trending'
133 }, 133 },
134 { 134 {
135 icon: 'recently-added' as 'recently-added', 135 icon: 'add' as 'add',
136 label: $localize`Recently added videos`, 136 label: $localize`Recently added videos`,
137 shortLabel: $localize`Recently added`, 137 shortLabel: $localize`Recently added`,
138 path: '/videos/recently-added' 138 path: '/videos/recently-added'