Skip to content

Commit

Permalink
Merge branch 'develop' into fix-informant-section-input-flicker
Browse files Browse the repository at this point in the history
  • Loading branch information
tahmidrahman-dsi authored Oct 7, 2024
2 parents b413289 + fe92deb commit bdc0ce9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ class ReviewSectionComp extends React.Component<FullProps, State> {
<RequiredField id={`required_label_${section.id}_${field.name}`}>
{field.ignoreFieldLabelOnErrorMessage ||
(field.previewGroup &&
this.props.intl.formatMessage(field.label) + ' ')}
this.props.intl.formatMessage(field.label, field.labelParam) + ' ')}
{this.props.intl.formatMessage(
errorsOnField.message,
errorsOnField.props
Expand Down

0 comments on commit bdc0ce9

Please sign in to comment.