Skip to content

Commit

Permalink
Add text for 2025 calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
RunarVestmann committed Dec 9, 2024
1 parent ef23478 commit bcf70b6
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,11 @@ const PensionCalculator: CustomScreen<PensionCalculatorProps> = ({
}
label={formatMessage(
typeOfBasePension ===
BasePensionType.Disability
BasePensionType.Disability ||
typeOfBasePension ===
BasePensionType.NewSystemDisability ||
typeOfBasePension ===
BasePensionType.NewSystemPartialDisability
? translationStrings.ageOfFirst75DisabilityAssessment
: translationStrings.ageOfFirst75RehabilitationAssessment,
)}
Expand Down

0 comments on commit bcf70b6

Please sign in to comment.