aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-13 11:26:20 +0200
committerChocobozzz <me@florianbigard.com>2022-06-13 11:28:20 +0200
commitdc1296a9abfeeb714f321454dde32389a0f40c7e (patch)
tree684105e9d8b45e63e7ae9f80dc9dea4c7acf3f07 /client/src/app/core
parent93c728a25a87cf6dae5fc49d42d6af52ff7f7ff2 (diff)
downloadPeerTube-dc1296a9abfeeb714f321454dde32389a0f40c7e.tar.gz
PeerTube-dc1296a9abfeeb714f321454dde32389a0f40c7e.tar.zst
PeerTube-dc1296a9abfeeb714f321454dde32389a0f40c7e.zip
Better icon names
Diffstat (limited to 'client/src/app/core')
-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'