diff --git a/src/languages/en.ts b/src/languages/en.ts index 85db65a07913..a864e70b6189 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -2460,14 +2460,14 @@ export default { taxes: 'Taxes', imported: 'Imported', notImported: 'Not imported', - importAsCategory: 'Imported, displayed as categories', + importAsCategory: 'Imported as categories', importTypes: { [CONST.INTEGRATION_ENTITY_MAP_TYPES.IMPORTED]: 'Imported', - [CONST.INTEGRATION_ENTITY_MAP_TYPES.TAG]: 'Imported, displayed as tags', + [CONST.INTEGRATION_ENTITY_MAP_TYPES.TAG]: 'Imported as tags', [CONST.INTEGRATION_ENTITY_MAP_TYPES.DEFAULT]: 'Imported', [CONST.INTEGRATION_ENTITY_MAP_TYPES.NOT_IMPORTED]: 'Not imported', [CONST.INTEGRATION_ENTITY_MAP_TYPES.NONE]: 'Not imported', - [CONST.INTEGRATION_ENTITY_MAP_TYPES.REPORT_FIELD]: 'Imported, displayed as report fields', + [CONST.INTEGRATION_ENTITY_MAP_TYPES.REPORT_FIELD]: 'Imported as report fields', }, disconnectPrompt: (integrationToConnect?: ConnectionName, currentIntegration?: ConnectionName): string => { switch (integrationToConnect) { diff --git a/src/languages/es.ts b/src/languages/es.ts index f5e5bed3f20c..2a11549e7355 100644 --- a/src/languages/es.ts +++ b/src/languages/es.ts @@ -2463,14 +2463,14 @@ export default { taxes: 'Impuestos', imported: 'Importado', notImported: 'No importado', - importAsCategory: 'Importado, mostrado as categoría', + importAsCategory: 'Importado como categorías', importTypes: { [CONST.INTEGRATION_ENTITY_MAP_TYPES.IMPORTED]: 'Importado', - [CONST.INTEGRATION_ENTITY_MAP_TYPES.TAG]: 'Importado, mostrado como etiqueta', + [CONST.INTEGRATION_ENTITY_MAP_TYPES.TAG]: 'Importado como etiquetas', [CONST.INTEGRATION_ENTITY_MAP_TYPES.DEFAULT]: 'Importado', [CONST.INTEGRATION_ENTITY_MAP_TYPES.NOT_IMPORTED]: 'No importado', [CONST.INTEGRATION_ENTITY_MAP_TYPES.NONE]: 'No importado', - [CONST.INTEGRATION_ENTITY_MAP_TYPES.REPORT_FIELD]: 'Importado, mostrado como campo de informe', + [CONST.INTEGRATION_ENTITY_MAP_TYPES.REPORT_FIELD]: 'Importado como campos de informe', }, disconnectPrompt: (integrationToConnect?: ConnectionName, currentIntegration?: ConnectionName): string => { switch (integrationToConnect) {