diff --git a/front/src/ui/components/UserMenu.vue b/front/src/ui/components/UserMenu.vue index 4df318a3f..8c02b4eb7 100644 --- a/front/src/ui/components/UserMenu.vue +++ b/front/src/ui/components/UserMenu.vue @@ -40,7 +40,8 @@ const labels = computed(() => ({ git: t('components.common.UserMenu.link.git'), login: t('components.common.UserMenu.link.login'), signup: t('components.common.UserMenu.link.signup'), - notifications: t('components.common.UserMenu.link.notifications') + notifications: t('components.common.UserMenu.link.notifications'), + uploads: t('views.auth.ProfileBase.link.manageUploads') })) @@ -104,6 +105,13 @@ const labels = computed(() => ({ {{ store.state.ui.notifications.inbox }} + + + {{ labels.uploads }} +