Skip to content

Commit

Permalink
feat: translate type from availability accessibility text
Browse files Browse the repository at this point in the history
  • Loading branch information
Manumartin95 committed Oct 5, 2023
1 parent 52783a3 commit cca96cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const AbsenceItem: FC<Props> = ({ absence, userName, overflowType }) => {
tabIndex={0}
aria-label={t('absences.absenceItemDescription', {
name: userName,
type: absence.type,
type: t(getAbsenceTypeName()),
startDate: absence.startDate,
endDate: absence.endDate
})}
Expand Down

0 comments on commit cca96cb

Please sign in to comment.