- removing "vacations" word

This commit is contained in:
Krzysztof Rewak
2022-06-14 10:20:00 +02:00
parent 68e32ad930
commit 629def1668
2 changed files with 3 additions and 3 deletions

View File

@@ -376,7 +376,7 @@ const vacationNavigation = computed(() =>
badge: props.vacationRequestsCount,
},
{
name: 'Kalendarz urlopów',
name: 'Kalendarz',
href: '/vacation/calendar',
section: 'Calendar',
icon: CalendarIcon,