Skip to content

Commit

Permalink
Fix typos and change wording (#850)
Browse files Browse the repository at this point in the history
* fix typo

* fix wording
  • Loading branch information
MarekVigas authored Feb 19, 2024
1 parent 1e6da93 commit 4ae8e41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/pages/deti.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const Deti: Page<ChildrenUserInput> = ({
<Input
name="r034_priezvisko_a_meno"
type="text"
label="Meno a priezvisko manželky / manžela"
label="Meno a priezvisko druhej oprávnenej osoby"
/>
<Input
name="r034_rodne_cislo"
Expand Down
1 change: 0 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ const TaxFormSection = ({ nextRoute, isDebug, isLive }) => {
<li>SZČO starobní dôchodcovia</li>
<li>Práca na dohodu</li>
<li>Záväzky a pohľadávky (tabuľka 1b)</li>
<li>Príspevky z prvej pomoci</li>
</ul>
</>
</Warning>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/suhrn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,13 @@ const Suhrn: Page<TaxFormUserInput> = ({
]
: [
{
title: 'Neplatňujem si zvýhodnenie na manželku / manžela',
title: 'Neuplatňujem si zvýhodnenie na manželku / manžela',
},
]
}
/>
<Summary
title="Dieťa do 16 rokov alebo študent do 25 rokov, v&nbsp;spoločnej domácnosti"
title="Deti, pri ktorých si uplatňujem nárok na daňový bonus na vyživované dieťa"
href={'/deti'}
rows={
taxFormUserInput.hasChildren
Expand Down
2 changes: 1 addition & 1 deletion src/pages/vysledky.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const Vysledky: Page<Partial<TaxFormUserInput>> = ({
},
{
title:
'Daňový bonus na dieťa do 16 rokov alebo študenta do 25 rokov s ktorým žijete v spoločnej domácnosti',
'Nárok na daňový bonus na vyživované deti',
value: summary.danovyBonusNaDieta,
key: 'danovyBonusNaDieta',
},
Expand Down

0 comments on commit 4ae8e41

Please sign in to comment.