From 2f9ef0ff12dabb26246fee8d97293fb639d074ef Mon Sep 17 00:00:00 2001 From: Krzysztof Rewak Date: Tue, 14 Jun 2022 10:29:55 +0200 Subject: [PATCH] - phrasing (#169) * - removing "vacations" word * - styling childcare vacations label --- lang/pl.json | 2 +- resources/js/Composables/vacationTypeInfo.js | 2 +- resources/js/Pages/Calendar.vue | 4 ++-- resources/js/Shared/MainMenu.vue | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/pl.json b/lang/pl.json index de78e66..4e62e02 100644 --- a/lang/pl.json +++ b/lang/pl.json @@ -7,7 +7,7 @@ "vacation": "Urlop wypoczynkowy", "vacation_on_request": "Urlop na żądanie", "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", "unpaid_vacation": "Urlop bezpłatny", "volunteering_vacation": "Wolontariat", diff --git a/resources/js/Composables/vacationTypeInfo.js b/resources/js/Composables/vacationTypeInfo.js index b112d69..7b43c00 100644 --- a/resources/js/Composables/vacationTypeInfo.js +++ b/resources/js/Composables/vacationTypeInfo.js @@ -34,7 +34,7 @@ const types = [ border: 'border-orange-500', }, { - text: 'Opieka nad dzieckiem art 188 kp', + text: 'Opieka nad dzieckiem (art. 188 kp)', value: 'childcare_vacation', icon: BabyCarriageIcon, color: 'text-purple-500', diff --git a/resources/js/Pages/Calendar.vue b/resources/js/Pages/Calendar.vue index 00dfaf1..871df95 100644 --- a/resources/js/Pages/Calendar.vue +++ b/resources/js/Pages/Calendar.vue @@ -1,10 +1,10 @@