diff --git a/src/languages/en.ts b/src/languages/en.ts index 3a569801bb6ab..337b876c7f781 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -2429,14 +2429,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 a2118d55e43cb..fb7039cc7201b 100644 --- a/src/languages/es.ts +++ b/src/languages/es.ts @@ -2433,14 +2433,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) {