Skip to content

Commit

Permalink
Merge pull request #44954 from Expensify/jamesdeanexpensify-patch-1
Browse files Browse the repository at this point in the history
Update en.ts
  • Loading branch information
thienlnam authored Jul 8, 2024
2 parents e7a46a5 + 42c6229 commit 2bf0359
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ export default {
timezonePage: {
timezone: 'Timezone',
isShownOnProfile: 'Your timezone is shown on your profile.',
getLocationAutomatically: 'Automatically determine your location.',
getLocationAutomatically: 'Automatically determine your location',
},
updateRequiredView: {
updateRequired: 'Update required',
Expand Down Expand Up @@ -2404,7 +2404,7 @@ export default {
jobs: 'projects',
label: (importFields: string[], importType: string) => `${importFields.join(' and ')}, ${importType}`,
},
importTaxDescription: 'Import tax groups from NetSuite',
importTaxDescription: 'Import tax groups from NetSuite.',
importCustomFields: {
customSegments: 'Custom segments/records',
customLists: 'Custom lists',
Expand Down
4 changes: 2 additions & 2 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ export default {
timezonePage: {
timezone: 'Zona horaria',
isShownOnProfile: 'Tu zona horaria se muestra en tu perfil.',
getLocationAutomatically: 'Detecta tu ubicación automáticamente.',
getLocationAutomatically: 'Detecta tu ubicación automáticamente',
},
updateRequiredView: {
updateRequired: 'Actualización requerida',
Expand Down Expand Up @@ -2445,7 +2445,7 @@ export default {
jobs: 'proyectos',
label: (importFields: string[], importType: string) => `${importFields.join(' y ')}, ${importType}`,
},
importTaxDescription: 'Importar grupos de impuestos desde NetSuite',
importTaxDescription: 'Importar grupos de impuestos desde NetSuite.',
importCustomFields: {
customSegments: 'Segmentos/registros personalizados',
customLists: 'Listas personalizado',
Expand Down

0 comments on commit 2bf0359

Please sign in to comment.