File tree 4 files changed +10
-0
lines changed
pages/workspace/companyCards/addNew
4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2843,6 +2843,7 @@ const CONST = {
2843
2843
AMEX_CUSTOM_FEED : {
2844
2844
CORPORATE : 'American Express Corporate Cards' ,
2845
2845
BUSINESS : 'American Express Business Cards' ,
2846
+ PERSONAL : 'American Express Personal Cards' ,
2846
2847
} ,
2847
2848
DELETE_TRANSACTIONS : {
2848
2849
RESTRICT : 'corporate' ,
Original file line number Diff line number Diff line change @@ -3284,6 +3284,7 @@ const translations = {
3284
3284
} ,
3285
3285
amexCorporate : 'Select this if the front of your cards say “Corporate”' ,
3286
3286
amexBusiness : 'Select this if the front of your cards say “Business”' ,
3287
+ amexPersonal : 'Select this if your cards are personal' ,
3287
3288
error : {
3288
3289
pleaseSelectProvider : 'Please select a card provider before continuing.' ,
3289
3290
pleaseSelectBankAccount : 'Please select a bank account before continuing.' ,
Original file line number Diff line number Diff line change @@ -3324,6 +3324,7 @@ const translations = {
3324
3324
} ,
3325
3325
amexCorporate : 'Seleccione esto si el frente de sus tarjetas dice “Corporativa”' ,
3326
3326
amexBusiness : 'Seleccione esta opción si el frente de sus tarjetas dice “Negocios”' ,
3327
+ amexPersonal : 'Selecciona esta opción si tus tarjetas son personales' ,
3327
3328
error : {
3328
3329
pleaseSelectProvider : 'Seleccione un proveedor de tarjetas antes de continuar.' ,
3329
3330
pleaseSelectBankAccount : 'Seleccione una cuenta bancaria antes de continuar.' ,
Original file line number Diff line number Diff line change @@ -59,6 +59,13 @@ function AmexCustomFeed() {
59
59
keyForList : CONST . COMPANY_CARDS . AMEX_CUSTOM_FEED . BUSINESS ,
60
60
isSelected : typeSelected === CONST . COMPANY_CARDS . AMEX_CUSTOM_FEED . BUSINESS ,
61
61
} ,
62
+ {
63
+ value : CONST . COMPANY_CARDS . AMEX_CUSTOM_FEED . PERSONAL ,
64
+ text : CONST . COMPANY_CARDS . AMEX_CUSTOM_FEED . PERSONAL ,
65
+ alternateText : translate ( 'workspace.companyCards.addNewCard.amexPersonal' ) ,
66
+ keyForList : CONST . COMPANY_CARDS . AMEX_CUSTOM_FEED . PERSONAL ,
67
+ isSelected : typeSelected === CONST . COMPANY_CARDS . AMEX_CUSTOM_FEED . PERSONAL ,
68
+ } ,
62
69
] ;
63
70
64
71
return (
You can’t perform that action at this time.
0 commit comments