You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instructions: [localize('Upload your mobile bill statement showing your name and phone number.')],
42
+
instructions: [
43
+
<Localize
44
+
key={0}
45
+
i18n_default_text='Upload your mobile bill statement showing your name and phone number.'
46
+
/>,
47
+
],
39
48
input_label: localize('Mobile number'),
40
49
identifier_type: 'mobile_number',
41
50
},
42
51
'boleto (d24 voucher)': {
43
52
icon_light: 'IcBoletoD24VoucherLight',
44
53
icon_dark: 'IcBoletoD24VoucherDark',
45
-
instructions: [localize('Upload your bank statement showing your name and account details.')],
54
+
instructions: [
55
+
<Localizekey={0}i18n_default_text='Upload your bank statement showing your name and account details.'/>,
56
+
],
46
57
input_label: localize('Bank account number'),
47
58
identifier_type: 'bank_account_number',
48
59
},
49
60
visa: {
50
61
icon_light: 'IcVisaLight',
51
62
icon_dark: 'IcVisaDark',
52
63
instructions: [
53
-
localize(
54
-
'Upload a photo showing your name and the first six and last four digits of your card number. If the card does not display your name, upload the bank statement showing your name and card number in the transaction history.'
55
-
),
64
+
<Localize
65
+
key={0}
66
+
i18n_default_text='Upload a photo showing your name and the first six and last four digits of your card number. If the card does not display your name, upload the bank statement showing your name and card number in the transaction history.'
'Upload a photo showing your name and the first six and last four digits of your card number. If the card does not display your name, upload the bank statement showing your name and card number in the transaction history.'
66
-
),
76
+
<Localize
77
+
key={0}
78
+
i18n_default_text='Upload a photo showing your name and the first six and last four digits of your card number. If the card does not display your name, upload the bank statement showing your name and card number in the transaction history.'
'Upload a screenshot of your name, account number, and email address from the personal details section of the app or profile section of your account on the website.'
89
-
),
103
+
<Localize
104
+
key={0}
105
+
i18n_default_text='Upload a screenshot of your name, account number, and email address from the personal details section of the app or profile section of your account on the website.'
0 commit comments