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

Päivitys tuloselvityksen tekstiin #6310

Merged
merged 1 commit into from
Jan 29, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -576,15 +576,11 @@ const GrossIncomeSelection = React.memo(function GrossIncomeSelection({
}
disabled={readOnly}
/>
{formData.incomeSource === 'ATTACHMENTS' && (
<>
<Gap size="s" />
<InfoBox
message={t.income.grossIncome.attachmentsVerificationInfo}
thin
/>
</>
)}
<Gap size="s" />
<InfoBox
message={t.income.grossIncome.attachmentsVerificationInfo}
thin
/>
<Gap size="L" />
<Label>{t.income.grossIncome.estimate}</Label>
<Gap size="m" />
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/lib-customizations/defaults/citizen/i18n/en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2087,7 +2087,8 @@ const en: Translations = {
incomeSource: 'Reporting income information',
provideAttachments:
'I will submit the information as attachments, and my information can be checked from Kela if necessary',
attachmentsVerificationInfo: 'Income information is verified annually.',
attachmentsVerificationInfo:
'Income information is verified at least annually.',
estimate: 'Estimate of my gross income',
estimatedMonthlyIncome:
'Average earnings including holiday bonus, €/month',
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/lib-customizations/defaults/citizen/i18n/fi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2329,7 +2329,8 @@ export default {
incomeSource: 'Tulotietojen toimitus',
provideAttachments:
'Toimitan tiedot liitteinä, ja tietoni saa tarkastaa Kelasta tarvittaessa',
attachmentsVerificationInfo: 'Tulotiedot tarkistetaan vuoden välein.',
attachmentsVerificationInfo:
'Tulotiedot tarkistetaan vähintään vuoden välein.',
estimate: 'Arvio bruttotuloistani',
estimatedMonthlyIncome: 'Keskimääräiset tulot sisältäen lomarahat, €/kk',
otherIncome: 'Muut tulot',
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/lib-customizations/defaults/citizen/i18n/sv.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2332,7 +2332,8 @@ const sv: Translations = {
incomeSource: 'Inlämning av inkomstuppgifterna',
provideAttachments:
'Jag lämnar in uppgifterna som bilaga, och mina uppgifter får kontrolleras hos FPA vid behov',
attachmentsVerificationInfo: 'Inkomstuppgifter kontrolleras årligen.',
attachmentsVerificationInfo:
'Inkomstuppgifter kontrolleras minst årligen.',
estimate: 'Uppskattning av mina bruttoinkomster',
estimatedMonthlyIncome:
'Genomsnittliga inkomster inklusive semesterpenning, €/månad',
Expand Down
Loading