Commit c943494 1 parent 38d017d commit c943494 Copy full SHA for c943494
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2433,14 +2433,14 @@ export default {
2433
2433
taxes : 'Impuestos' ,
2434
2434
imported : 'Importado' ,
2435
2435
notImported : 'No importado' ,
2436
- importAsCategory : 'Importado como categoría ' ,
2436
+ importAsCategory : 'Importado como categorías ' ,
2437
2437
importTypes : {
2438
2438
[ CONST . INTEGRATION_ENTITY_MAP_TYPES . IMPORTED ] : 'Importado' ,
2439
- [ CONST . INTEGRATION_ENTITY_MAP_TYPES . TAG ] : 'Importado como etiqueta ' ,
2439
+ [ CONST . INTEGRATION_ENTITY_MAP_TYPES . TAG ] : 'Importado como etiquetas ' ,
2440
2440
[ CONST . INTEGRATION_ENTITY_MAP_TYPES . DEFAULT ] : 'Importado' ,
2441
2441
[ CONST . INTEGRATION_ENTITY_MAP_TYPES . NOT_IMPORTED ] : 'No importado' ,
2442
2442
[ CONST . INTEGRATION_ENTITY_MAP_TYPES . NONE ] : 'No importado' ,
2443
- [ CONST . INTEGRATION_ENTITY_MAP_TYPES . REPORT_FIELD ] : 'Importado como campo de informe' ,
2443
+ [ CONST . INTEGRATION_ENTITY_MAP_TYPES . REPORT_FIELD ] : 'Importado como campos de informe' ,
2444
2444
} ,
2445
2445
disconnectPrompt : ( integrationToConnect ?: ConnectionName , currentIntegration ?: ConnectionName ) : string => {
2446
2446
switch ( integrationToConnect ) {
You can’t perform that action at this time.
0 commit comments