Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partner nczd wording #855

Merged
merged 2 commits into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions src/components/PartnerBonusFormSteps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,21 +132,16 @@ export const ConditionsQuestion = ({ disabled }) => (
/>
<Checkbox
name="partner_podmienky.3"
label="Poberá príspevok na opatrovanie ťažko zdravotne postihnutého"
disabled={disabled}
/>
<Checkbox
name="partner_podmienky.4"
label="Poberal/a príspevok na opatrovanie ťažko zdravotne postihnutého"
disabled={disabled}
/>
<Checkbox
name="partner_podmienky.5"
name="partner_podmienky.4"
label="Bol/a evidovaný/á ako uchádzač o zamestnanie"
disabled={disabled}
/>
<Checkbox
name="partner_podmienky.6"
name="partner_podmienky.5"
label="Považuje sa za občana so zdravotným postihnutím alebo s ťažkým zdravotným postihnutím"
disabled={disabled}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/suhrn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const Suhrn: Page<TaxFormUserInput> = ({
currency: true,
},
{
title: 'Počet mesiacov kedy mala manželka / manžel príjmy',
title: 'Počet mesiacov, v ktorých bol splnený nárok na NČZD na manžela / manželku',
value: taxFormUserInput.r032_partner_pocet_mesiacov,
},
]
Expand Down
Loading