Skip to content

Commit

Permalink
🐛 Fixed label translations #2430 (#2438)
Browse files Browse the repository at this point in the history
Co-authored-by: VarunVAshrit <[email protected]>
  • Loading branch information
VarunVAshrit and VarunVAshrit authored Aug 9, 2024
1 parent 072a0bf commit 7d44844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/pageComponents/topicPages/Form/CareerFairForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const CareerFairForm = () => {
<>
<span>
{intl.formatMessage({
id: ' career_fair_form_phone',
id: 'career_fair_form_phone',
defaultMessage: 'Phone Number',
})}
</span>
Expand Down Expand Up @@ -217,7 +217,7 @@ const CareerFairForm = () => {
{...props}
id={props.name}
label={intl.formatMessage({
id: ' career_fair_form_email',
id: 'career_fair_form_email',
defaultMessage: 'Email',
})}
inputRef={ref}
Expand Down

0 comments on commit 7d44844

Please sign in to comment.