Skip to content

Commit dc68cc9

Browse files
committed
PROD-2450 #comment changed country label
1 parent 2f5228a commit dc68cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/lib/payment-form/PaymentForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const PaymentForm: React.FC<PaymentFormProps> = (props: PaymentFormProps) => {
177177
value={props.formData.name}
178178
/>
179179

180-
<InputWrapper className={styles['input-wrapper']} label='Date' tabIndex={3} type='text' disabled={false}>
180+
<InputWrapper className={styles['input-wrapper']} label='Country' tabIndex={3} type='text' disabled={false}>
181181
<ReactSelect
182182
value={props.formData.country}
183183
onChange={(option) => props.onUpdateField('country', option)}

0 commit comments

Comments
 (0)