Skip to content

Commit

Permalink
Allow address field translation on frontend when using combo input
Browse files Browse the repository at this point in the history
  • Loading branch information
vasharma05 committed Jul 27, 2023
1 parent e22e075 commit ded7503
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const AddressComboBox: React.FC<AddressComboBoxProps> = ({ attribute }) => {
fieldProps={{
...field,
id: attribute.name,
labelText: `${attribute.label} (${t('optional', 'optional')})`,
labelText: `${t(attribute.label)} (${t('optional', 'optional')})`,
}}
handleInputChange={handleInputChange}
/>
Expand Down

0 comments on commit ded7503

Please sign in to comment.