Skip to content

Commit

Permalink
fix: update spanish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mananjadhav committed Sep 22, 2024
1 parent 863c173 commit dc73e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2724,7 +2724,7 @@ export default {
importCustomFields: {
chooseOptionBelow: 'Elija una de las opciones siguientes:',
requiredFieldError: (fieldName: string) => `Por favor, introduzca el ${fieldName}`,
label: (importedTypes: string[]) => `Imported as ${importedTypes.join(' and ')}`,
label: (importedTypes: string[]) => `Importados como ${importedTypes.join(' y ')}`,
customSegments: {
title: 'Segmentos/registros personalizados',
addText: 'Añadir segmento/registro personalizado',
Expand Down

0 comments on commit dc73e8b

Please sign in to comment.