- phrasing (#169)
* - removing "vacations" word * - styling childcare vacations label
This commit is contained in:
parent
68e32ad930
commit
2f9ef0ff12
@ -7,7 +7,7 @@
|
|||||||
"vacation": "Urlop wypoczynkowy",
|
"vacation": "Urlop wypoczynkowy",
|
||||||
"vacation_on_request": "Urlop na żądanie",
|
"vacation_on_request": "Urlop na żądanie",
|
||||||
"special_vacation": "Urlop okolicznościowy",
|
"special_vacation": "Urlop okolicznościowy",
|
||||||
"childcare_vacation": "Opieka nad dzieckiem art 188 kp",
|
"childcare_vacation": "Opieka nad dzieckiem (art. 188 kp)",
|
||||||
"training_vacation": "Urlop szkoleniowy",
|
"training_vacation": "Urlop szkoleniowy",
|
||||||
"unpaid_vacation": "Urlop bezpłatny",
|
"unpaid_vacation": "Urlop bezpłatny",
|
||||||
"volunteering_vacation": "Wolontariat",
|
"volunteering_vacation": "Wolontariat",
|
||||||
|
@ -34,7 +34,7 @@ const types = [
|
|||||||
border: 'border-orange-500',
|
border: 'border-orange-500',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Opieka nad dzieckiem art 188 kp',
|
text: 'Opieka nad dzieckiem (art. 188 kp)',
|
||||||
value: 'childcare_vacation',
|
value: 'childcare_vacation',
|
||||||
icon: BabyCarriageIcon,
|
icon: BabyCarriageIcon,
|
||||||
color: 'text-purple-500',
|
color: 'text-purple-500',
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<InertiaHead title="Kalendarz urlopów" />
|
<InertiaHead title="Kalendarz" />
|
||||||
<div class="bg-white shadow-md">
|
<div class="bg-white shadow-md">
|
||||||
<div class="flex justify-between items-center p-4 sm:px-6">
|
<div class="flex justify-between items-center p-4 sm:px-6">
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<h2 class="text-lg font-medium leading-6 text-center text-gray-900">
|
<h2 class="text-lg font-medium leading-6 text-center text-gray-900">
|
||||||
Kalendarz urlopów
|
Kalendarz
|
||||||
</h2>
|
</h2>
|
||||||
<div class="flex items-center ml-3 rounded-md shadow-sm md:items-stretch">
|
<div class="flex items-center ml-3 rounded-md shadow-sm md:items-stretch">
|
||||||
<InertiaLink
|
<InertiaLink
|
||||||
|
@ -376,7 +376,7 @@ const vacationNavigation = computed(() =>
|
|||||||
badge: props.vacationRequestsCount,
|
badge: props.vacationRequestsCount,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Kalendarz urlopów',
|
name: 'Kalendarz',
|
||||||
href: '/vacation/calendar',
|
href: '/vacation/calendar',
|
||||||
section: 'Calendar',
|
section: 'Calendar',
|
||||||
icon: CalendarIcon,
|
icon: CalendarIcon,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user