Skip to content

Commit

Permalink
fix: astericks in personal details form
Browse files Browse the repository at this point in the history
  • Loading branch information
amina-deriv committed Feb 10, 2023
1 parent 5dd40bc commit 2537272
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cfd/src/Components/cfd-personal-details-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ const CFDPersonalDetailsForm = ({
data-lpignore='true'
autoComplete='off'
type='text'
label={localize('Citizenship')}
label={localize('Citizenship*')}
error={citizenship_error}
disabled={is_citizenship_disabled}
list_items={residence_list}
Expand All @@ -334,7 +334,7 @@ const CFDPersonalDetailsForm = ({
<MobileWrapper>
<SelectNative
placeholder={localize('Please select')}
label={localize('Citizenship')}
label={localize('Citizenship*')}
value={values.citizen}
list_items={residence_list}
error={citizenship_error}
Expand Down Expand Up @@ -430,7 +430,7 @@ const CFDPersonalDetailsForm = ({
<InputField
id='real_mt5_tax_identification_number'
name='tax_identification_number'
label={localize('Tax identification number')}
label={localize('Tax identification number*')}
placeholder={localize('Tax identification number')}
value={values.tax_identification_number}
onBlur={handleBlur}
Expand Down

0 comments on commit 2537272

Please sign in to comment.