Skip to content

Commit

Permalink
add. appointment fixes for french locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun-Go committed Sep 28, 2024
1 parent 01cb046 commit cf8f6bd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,8 @@ const AddAppointment = props => {
isRequired={requiredFields.appointmentStartDate}
showWarning={showHolidayWarning}
intl={intl}
title={<FormattedMessage id="APPOINTMENT_DATE_LABEL" defaultMessage="Appointment date"/>}/>
title={intl.formatMessage({id: 'APPOINTMENT_DATE_LABEL', defaultMessage: "Appointment date"})}
/>
<ErrorMessage message={errors.appointmentDateError ? errorTranslations.dateErrorMessage : undefined}/>
</div>
<div style={{display: "flex"}}>
Expand Down

0 comments on commit cf8f6bd

Please sign in to comment.