Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3211,6 +3211,7 @@ export default {
exportAs: 'Export as',
exportOutOfPocket: 'Export out-of-pocket expenses as',
exportCompanyCard: 'Export company card expenses as',
exportDate: 'Export date',
defaultVendor: 'Default vendor',
autoSync: 'Auto-sync',
reimbursedReports: 'Sync reimbursed reports',
Expand Down
1 change: 1 addition & 0 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3196,6 +3196,7 @@ export default {
exportAs: 'Exportar cómo',
exportOutOfPocket: ' Exportar gastos por cuenta propia como',
exportCompanyCard: 'Exportar gastos de la tarjeta de empresa como',
exportDate: 'Fecha de exportación',
defaultVendor: 'Proveedor predeterminado',
autoSync: 'Autosincronización',
reimbursedReports: 'Sincronizar informes reembolsados',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function NetSuiteExportConfigurationPage({policy}: WithPolicyConnectionsProps) {
},
{
type: 'menuitem',
description: translate('common.date'),
description: translate('workspace.accounting.exportDate'),
onPress: () => Navigation.navigate(ROUTES.POLICY_ACCOUNTING_NETSUITE_DATE_SELECT.getRoute(policyID)),
brickRoadIndicator: config?.errorFields?.exportDate ? CONST.BRICK_ROAD_INDICATOR_STATUS.ERROR : undefined,
title: config?.exportDate ? translate(`workspace.netsuite.exportDate.values.${config.exportDate}.label`) : undefined,
Expand Down