Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusting NetSuite copies #47191

Merged
merged 3 commits into from
Aug 21, 2024
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
4 changes: 2 additions & 2 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2587,7 +2587,7 @@ export default {
},
},
customersOrJobs: {
title: 'Customers / projects',
title: 'Customers/projects',
subtitle: 'Choose how to handle NetSuite *customers* and *projects* in Expensify.',
importCustomers: 'Import customers',
importJobs: 'Import projects',
Expand All @@ -2602,7 +2602,7 @@ export default {
customSegments: {
title: 'Custom segments/records',
addText: 'Add custom segment/record',
recordTitle: 'Custom segment',
recordTitle: 'Custom segment/record',
helpLink: CONST.NETSUITE_IMPORT.HELP_LINKS.CUSTOM_SEGMENTS,
helpLinkText: 'View detailed instructions',
helpText: ' on configuring custom segments/records.',
Expand Down
4 changes: 2 additions & 2 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2633,7 +2633,7 @@ export default {
},
},
customersOrJobs: {
title: 'Clientes / proyectos',
title: 'Clientes/proyectos',
subtitle: 'Elija cómo manejar los *clientes* y *proyectos* de NetSuite en Expensify.',
importCustomers: 'Importar clientes',
importJobs: 'Importar proyectos',
Expand All @@ -2648,7 +2648,7 @@ export default {
customSegments: {
title: 'Segmentos/registros personalizados',
addText: 'Añadir segmento/registro personalizado',
recordTitle: 'Segmento personalizado',
recordTitle: 'Segmento/registro personalizado',
helpLink: CONST.NETSUITE_IMPORT.HELP_LINKS.CUSTOM_SEGMENTS,
helpLinkText: 'Ver instrucciones detalladas',
helpText: ' sobre la configuración de segmentos/registros personalizado.',
Expand Down
Loading