File tree 3 files changed +3
-1
lines changed
pages/workspace/companyCards/addNew
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3311,6 +3311,7 @@ const translations = {
3311
3311
error : {
3312
3312
pleaseSelectProvider : 'Please select a card provider before continuing.' ,
3313
3313
pleaseSelectBankAccount : 'Please select a bank account before continuing.' ,
3314
+ pleaseSelectBank : 'Please select a bank before continuing.' ,
3314
3315
pleaseSelectFeedType : 'Please select a feed type before continuing.' ,
3315
3316
} ,
3316
3317
} ,
Original file line number Diff line number Diff line change @@ -3351,6 +3351,7 @@ const translations = {
3351
3351
error : {
3352
3352
pleaseSelectProvider : 'Seleccione un proveedor de tarjetas antes de continuar.' ,
3353
3353
pleaseSelectBankAccount : 'Seleccione una cuenta bancaria antes de continuar.' ,
3354
+ pleaseSelectBank : 'Seleccione una bancaria antes de continuar.' ,
3354
3355
pleaseSelectFeedType : 'Seleccione un tipo de pienso antes de continuar.' ,
3355
3356
} ,
3356
3357
} ,
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ function SelectBankStep() {
99
99
< View style = { [ styles . ph5 , styles . mb3 ] } >
100
100
< FormHelpMessage
101
101
isError = { hasError }
102
- message = { translate ( 'workspace.companyCards.addNewCard.error.pleaseSelectBankAccount ' ) }
102
+ message = { translate ( 'workspace.companyCards.addNewCard.error.pleaseSelectBank ' ) }
103
103
/>
104
104
</ View >
105
105
) }
You can’t perform that action at this time.
0 commit comments